forked from rDrama/rDrama
1
0
Fork 0

add no-visited to DONATE_SERVICE link

master
Aevann 2023-09-06 19:36:11 +03:00
parent 95d59a418d
commit 2ba4233115
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<div class="text-small text-muted pl-1 pt-1 pt-sm-3">
Must be same email as the one you used to donate
{% if v.truescore >= TRUESCORE_DONATE_MINIMUM %}
on <a rel="nofollow noopener" class="text-primary" href="{{DONATE_LINK}}">{{DONATE_SERVICE}}</a>
on <a rel="nofollow noopener" class="text-primary no-visited" href="{{DONATE_LINK}}">{{DONATE_SERVICE}}</a>
{% endif %}
</div>
{% endif %}