fix the links in the footer for profile pages (#3249)

This commit is contained in:
Çağatay Yiğit Şahin 2022-06-27 15:06:24 +02:00 committed by GitHub
parent c2fa14a3ea
commit a744a03073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,15 +51,15 @@
<i class="fab fa-fw fa-twitter"></i>
<div class="text">Twitter</div>
</a>
<a href="terms-of-service.html" class="textButton" target="_blank">
<a href="/terms-of-service.html" class="textButton" target="_blank">
<i class="fas fa-fw fa-file-contract"></i>
<div class="text">Terms</div>
</a>
<a href="security-policy.html" class="textButton" target="_blank">
<a href="/security-policy.html" class="textButton" target="_blank">
<i class="fas fa-fw fa-shield-alt"></i>
<div class="text">Security</div>
</a>
<a href="privacy-policy.html" class="textButton" target="_blank">
<a href="/privacy-policy.html" class="textButton" target="_blank">
<i class="fas fa-fw fa-lock"></i>
<div class="text">Privacy</div>
</a>