From 79b81893416dce8ecd7a37283c0d5e9bda56517f Mon Sep 17 00:00:00 2001 From: JeevaRamanathan Date: Fri, 4 Oct 2024 03:22:14 +0530 Subject: [PATCH 1/3] updated faq descriptions --- apps/frontend/src/components/billing/faq.component.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/components/billing/faq.component.tsx b/apps/frontend/src/components/billing/faq.component.tsx index 97231547..89b21ca7 100644 --- a/apps/frontend/src/components/billing/faq.component.tsx +++ b/apps/frontend/src/components/billing/faq.component.tsx @@ -10,7 +10,7 @@ const useFaqList = () => { return [ { title: `Can I trust ${isGeneral ? 'Postiz' : 'Gitroom'}?`, - description: `${isGeneral ? 'Postiz' : 'Gitroom'} is proudly open-source! We believe in an ethical and transparent culture, meaning Postiz will live forever. You can check the entire code / or use it for your personal use. You can check the open-source repository click here.`, + description: `${isGeneral ? 'Postiz' : 'Gitroom'} is proudly open-source! We believe in an ethical and transparent culture, meaning that ${isGeneral ? 'Postiz' : 'Gitroom'} will forever. You can check out the entire code or use it for personal projects. To view the open-source repository, click here.`, }, { title: 'What are channels?', @@ -18,7 +18,7 @@ const useFaqList = () => { isGeneral ? 'Postiz' : 'Gitroom' } allows you to schedule your posts between different channels. A channel is a publishing platform where you can schedule your posts. -For example, you can schedule your posts on Twitter, Linkedin, DEV and Hashnode`, +For example, you can schedule your posts on X, Facebook, Instagram, TikTok, YouTube, Reddit, Linkedin, Dribbble, Threads and Pinterest.`, }, { title: 'What are team members?', From 8d48b071ad90a6960df61a6bbfabee365c36ca31 Mon Sep 17 00:00:00 2001 From: JeevaRamanathan Date: Fri, 4 Oct 2024 03:40:15 +0530 Subject: [PATCH 2/3] updated faq description --- apps/frontend/src/components/billing/billing.component.tsx | 2 +- apps/frontend/src/components/billing/faq.component.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/components/billing/billing.component.tsx b/apps/frontend/src/components/billing/billing.component.tsx index b726bb4b..97a5c54b 100644 --- a/apps/frontend/src/components/billing/billing.component.tsx +++ b/apps/frontend/src/components/billing/billing.component.tsx @@ -20,7 +20,7 @@ export const BillingComponent = () => { }, []); const load = useCallback(async (path: string) => { - return await (await fetch(path)).json(); + // return await (await fetch(path)).json(); }, []); const { isLoading: isLoadingTier, data: tiers } = useSWR( diff --git a/apps/frontend/src/components/billing/faq.component.tsx b/apps/frontend/src/components/billing/faq.component.tsx index 89b21ca7..fff38e76 100644 --- a/apps/frontend/src/components/billing/faq.component.tsx +++ b/apps/frontend/src/components/billing/faq.component.tsx @@ -10,7 +10,7 @@ const useFaqList = () => { return [ { title: `Can I trust ${isGeneral ? 'Postiz' : 'Gitroom'}?`, - description: `${isGeneral ? 'Postiz' : 'Gitroom'} is proudly open-source! We believe in an ethical and transparent culture, meaning that ${isGeneral ? 'Postiz' : 'Gitroom'} will forever. You can check out the entire code or use it for personal projects. To view the open-source repository, click here.`, + description: `${isGeneral ? 'Postiz' : 'Gitroom'} is proudly open-source! We believe in an ethical and transparent culture, meaning that ${isGeneral ? 'Postiz' : 'Gitroom'} will live forever. You can check out the entire code or use it for personal projects. To view the open-source repository, click here.`, }, { title: 'What are channels?', From 205ae034c3710822967c840dbef87492da6f2cb5 Mon Sep 17 00:00:00 2001 From: JeevaRamanathan Date: Fri, 4 Oct 2024 03:42:37 +0530 Subject: [PATCH 3/3] fix --- apps/frontend/src/components/billing/billing.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/billing/billing.component.tsx b/apps/frontend/src/components/billing/billing.component.tsx index 97a5c54b..b726bb4b 100644 --- a/apps/frontend/src/components/billing/billing.component.tsx +++ b/apps/frontend/src/components/billing/billing.component.tsx @@ -20,7 +20,7 @@ export const BillingComponent = () => { }, []); const load = useCallback(async (path: string) => { - // return await (await fetch(path)).json(); + return await (await fetch(path)).json(); }, []); const { isLoading: isLoadingTier, data: tiers } = useSWR(