updated faq description
This commit is contained in:
parent
79b8189341
commit
8d48b071ad
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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?',
|
||||
|
|
|
|||
Loading…
Reference in New Issue