mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
fix the links in the footer for profile pages (#3249)
This commit is contained in:
parent
c2fa14a3ea
commit
a744a03073
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue