Replace Tor image button with proper font icon (#1470)

This commit is contained in:
Dawid Potocki
2019-11-06 23:04:34 +00:00
committed by GitHub
parent 61170b72f7
commit f4335e86dd
13 changed files with 85 additions and 15 deletions

View File

@ -78,16 +78,12 @@
{% endif %}
{% if include.tor %}
<a
href="{{include.tor}}"
class="hover-text-decoration-none mt-1 mr-1"
data-toggle="tooltip"
data-placement="bottom"
data-original-title="Requires specific software to access: torproject.org"
href="{{include.tor}}">
<img
class="mt-2 mr-1"
alt="Tor"
src="/assets/img/layout/tor.png"
width="35"
height="35">
data-original-title="Requires specific software to access: torproject.org">
<span class="ptio-tor btn-tor btn-icon"></span>
</a>
{% endif %}
{% if include.i2p %}