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 (#1743)

Co-authored-by: ani-kalpachka <ani_kalpacka888@gmail.com>
  • Loading branch information
ani-kalpachka and ani-kalpachka committed Mar 20, 2024
1 parent fd523dd commit 3afbf5a
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 3afbf5a

Please sign in to comment.