mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/about: merge community and help tabs
This commit is contained in:
parent
7cd572954f
commit
c52aa76426
3 changed files with 8 additions and 18 deletions
|
@ -2,8 +2,7 @@
|
||||||
"page.general": "what's cobalt?",
|
"page.general": "what's cobalt?",
|
||||||
"page.faq": "FAQ",
|
"page.faq": "FAQ",
|
||||||
|
|
||||||
"page.community": "community",
|
"page.community": "community & support",
|
||||||
"page.help": "get support",
|
|
||||||
|
|
||||||
"page.privacy": "privacy policy",
|
"page.privacy": "privacy policy",
|
||||||
"page.terms": "terms and ethics",
|
"page.terms": "terms and ethics",
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
import IconComet from "@tabler/icons-svelte/IconComet.svelte";
|
import IconComet from "@tabler/icons-svelte/IconComet.svelte";
|
||||||
import IconLock from "@tabler/icons-svelte/IconLock.svelte";
|
import IconLock from "@tabler/icons-svelte/IconLock.svelte";
|
||||||
|
|
||||||
import IconHeartHandshake from "@tabler/icons-svelte/IconHeartHandshake.svelte";
|
|
||||||
import IconChecklist from "@tabler/icons-svelte/IconChecklist.svelte";
|
import IconChecklist from "@tabler/icons-svelte/IconChecklist.svelte";
|
||||||
|
|
||||||
import IconMessages from "@tabler/icons-svelte/IconMessages.svelte";
|
import IconMessages from "@tabler/icons-svelte/IconMessages.svelte";
|
||||||
|
@ -50,23 +49,9 @@
|
||||||
>
|
>
|
||||||
<IconUsersGroup />
|
<IconUsersGroup />
|
||||||
</PageNavTab>
|
</PageNavTab>
|
||||||
<PageNavTab
|
|
||||||
tabPath="/about/help"
|
|
||||||
tabTitle={$t("about.page.help")}
|
|
||||||
iconColor="green"
|
|
||||||
>
|
|
||||||
<IconHeartHandshake />
|
|
||||||
</PageNavTab>
|
|
||||||
</PageNavSection>
|
</PageNavSection>
|
||||||
|
|
||||||
<PageNavSection>
|
<PageNavSection>
|
||||||
<PageNavTab
|
|
||||||
tabPath="/about/privacy"
|
|
||||||
tabTitle={$t("about.page.privacy")}
|
|
||||||
iconColor="gray"
|
|
||||||
>
|
|
||||||
<IconLock />
|
|
||||||
</PageNavTab>
|
|
||||||
<PageNavTab
|
<PageNavTab
|
||||||
tabPath="/about/terms"
|
tabPath="/about/terms"
|
||||||
tabTitle={$t("about.page.terms")}
|
tabTitle={$t("about.page.terms")}
|
||||||
|
@ -74,6 +59,13 @@
|
||||||
>
|
>
|
||||||
<IconChecklist />
|
<IconChecklist />
|
||||||
</PageNavTab>
|
</PageNavTab>
|
||||||
|
<PageNavTab
|
||||||
|
tabPath="/about/privacy"
|
||||||
|
tabTitle={$t("about.page.privacy")}
|
||||||
|
iconColor="gray"
|
||||||
|
>
|
||||||
|
<IconLock />
|
||||||
|
</PageNavTab>
|
||||||
<PageNavTab
|
<PageNavTab
|
||||||
tabPath="/about/credits"
|
tabPath="/about/credits"
|
||||||
tabTitle={$t("about.page.credits")}
|
tabTitle={$t("about.page.credits")}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
<div>support methods</div>
|
|
Loading…
Reference in a new issue