Skip to content

Commit cb69908

Browse files
authored
Merge pull request #67 from ERFouX/main
add forum and wiki link to footer
2 parents 0f6da7d + c21c6c3 commit cb69908

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/Footer.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ export function Footer() {
1212
<nav className="flex flex-wrap justify-center gap-4 text-sm">
1313
<Link href="/features">{t('navigation.features')}</Link>
1414
<Link href="/download">{t('navigation.download')}</Link>
15+
<Link href="https://forum.parchlinux.com">{t('navigation.forum')}</Link>
16+
<Link href="https://wiki.parchlinux.com">{t('navigation.wiki')}</Link>
1517
<Link href="/community">{t('navigation.community')}</Link>
16-
<Link href="/join">{t('navigation.join')}</Link>
1718
<Link href="https://blog.parchlinux.com">{t('navigation.blog')}</Link>
1819
<Link href="/team">{t('navigation.team')}</Link>
20+
<Link href="/join">{t('navigation.join')}</Link>
1921
<Link href="/privacy">{t('footer.privacyPolicy')}</Link>
2022
<Link href="/whitepaper">{t('footer.whitepaper')}</Link>
2123
{/* <Link href="/tos">{t('footer.termsOfService')}</Link> */}

0 commit comments

Comments
 (0)