feat: no follow in terms and privacy
This commit is contained in:
parent
16d4b4508f
commit
7ae9ddbd02
|
|
@ -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>
|
||||
{t('and', 'and')}
|
||||
<a
|
||||
href={`https://postiz.com/privacy`}
|
||||
rel="nofollow"
|
||||
className="underline hover:font-bold"
|
||||
>
|
||||
{t('privacy_policy', 'Privacy Policy')}
|
||||
|
|
|
|||
Loading…
Reference in New Issue