mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-15 12:51:11 -05:00
✨ 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 />
|
<LanguageSwitch />
|
||||||
<ThemeSwitch />
|
<ThemeSwitch />
|
||||||
</div>
|
</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>
|
<Link href='/tos'>{t('tos')}</Link>
|
||||||
|
<span className='text-foreground/30'>|</span>
|
||||||
|
<Link href='/privacy-policy'>{t('privacyPolicy')}</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user