updated faq description

This commit is contained in:
JeevaRamanathan 2024-10-04 03:40:15 +05:30
parent 79b8189341
commit 8d48b071ad
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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, <a href="https://github.com/gitroomhq/postiz-app" target="_blank" style="text-decoration: underline;">click here</a>.`,
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, <a href="https://github.com/gitroomhq/postiz-app" target="_blank" style="text-decoration: underline;">click here</a>.`,
},
{
title: 'What are channels?',