Skip to content

Commit

Permalink
Temporarily hide Attract donators and Corporate partnership tabs from…
Browse files Browse the repository at this point in the history
… FAQ
  • Loading branch information
ani-kalpachka committed Mar 17, 2024
1 parent 64de9b4 commit 30f44d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/client/faq/FaqPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {
DONATION_QUESTIONS,
COMMON_QUESTIONS,
CAMPAIGN_QUESTIONS,
ATTRACTING_DONATORS_QUESTIONS,
PARTNERSHIPS_QUESTIONS,
// ATTRACTING_DONATORS_QUESTIONS,
// PARTNERSHIPS_QUESTIONS,
} from './contents'
import { FaqCategory } from './contents/faq-categories.enum'
import { ContentType } from './contents/content-type'
Expand All @@ -26,8 +26,8 @@ const FAQ_PAGE_QUESTIONS: Record<string, ContentType[]> = {
[FaqCategory.Common]: COMMON_QUESTIONS,
[FaqCategory.Campaigns]: CAMPAIGN_QUESTIONS,
[FaqCategory.Donations]: DONATION_QUESTIONS,
[FaqCategory.AttractDonators]: ATTRACTING_DONATORS_QUESTIONS,
[FaqCategory.CorporatePartnership]: PARTNERSHIPS_QUESTIONS,
// [FaqCategory.AttractDonators]: ATTRACTING_DONATORS_QUESTIONS,
// [FaqCategory.CorporatePartnership]: PARTNERSHIPS_QUESTIONS,
}

type Props = {
Expand Down

0 comments on commit 30f44d4

Please sign in to comment.