From 30f44d497ae31bbc77e57be2e3ea1b38c482a87e Mon Sep 17 00:00:00 2001 From: ani-kalpachka Date: Sun, 17 Mar 2024 10:40:46 +0200 Subject: [PATCH] Temporarily hide Attract donators and Corporate partnership tabs from FAQ --- src/components/client/faq/FaqPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/client/faq/FaqPage.tsx b/src/components/client/faq/FaqPage.tsx index bf0306dbc..ff60fe513 100644 --- a/src/components/client/faq/FaqPage.tsx +++ b/src/components/client/faq/FaqPage.tsx @@ -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' @@ -26,8 +26,8 @@ const FAQ_PAGE_QUESTIONS: Record = { [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 = {