feat: no follow in terms and privacy

This commit is contained in:
Nevo David 2025-12-09 21:36:16 +07:00
parent 16d4b4508f
commit 7ae9ddbd02
1 changed files with 2 additions and 0 deletions

View File

@ -208,12 +208,14 @@ export function RegisterAfter({
<a
href={`https://postiz.com/terms`}
className="underline hover:font-bold"
rel="nofollow"
>
{t('terms_of_service', 'Terms of Service')}
</a>&nbsp;
{t('and', 'and')}&nbsp;
<a
href={`https://postiz.com/privacy`}
rel="nofollow"
className="underline hover:font-bold"
>
{t('privacy_policy', 'Privacy Policy')}