File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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> */ }
You can’t perform that action at this time.
0 commit comments