feat(auth): Add privacy policy link to the footer

This commit is contained in:
web@ppanel 2025-03-01 19:40:45 +07:00
parent 2b80496637
commit 8e16ef17ed

View File

@ -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>