✨ feat(auth): Add privacy policy link to the footer
This commit is contained in:
parent
2b80496637
commit
8e16ef17ed
@ -133,8 +133,10 @@ export default function Page() {
|
||||
<LanguageSwitch />
|
||||
<ThemeSwitch />
|
||||
</div>
|
||||
<div className='text-primary flex gap-5 text-sm font-semibold'>
|
||||
<div className='text-primary flex gap-2 text-sm font-semibold'>
|
||||
<Link href='/tos'>{t('tos')}</Link>
|
||||
<span className='text-foreground/30'>|</span>
|
||||
<Link href='/privacy-policy'>{t('privacyPolicy')}</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user