Change from tor icon to text for mobile compatibility (#68)

see Disroot/Disroot-Project#577 (comment)

![Screenshot 2023-08-01 at 08-16-36 Disroot Disroot.png](/attachments/9c71fa4d-89e3-437e-b162-e5a9cc9de2b3)

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #68
Reviewed-by: Fede.- <fede@no-reply@disroot.org>
This commit is contained in:
meaz 2023-08-01 19:55:07 +00:00
parent a6b05bcfa9
commit dc29c9aac4
1 changed files with 2 additions and 1 deletions

View File

@ -9,13 +9,14 @@
<li><a href="{{ base_url }}/privacy_policy">{{ 'Privacy_Policy'|t }}</a></li>
<li><span class="dot"></span></li>
<li><a href="{{ base_url }}/changelog">{{ 'Changelog'|t }}</a></li>
<li><span class="dot"></span></li>
<li><a href="{{ base_url }}/tor">{{ 'Tor Onion'|t }}</a></li>
</ul>
</div>
<div id="footer-icons">
<ul class="footer-icons">
<li><a href="https://social.weho.st/@disroot"><i class="fa fa-mastodon fa-fw fa-3x"></i></a></li>
<li><a href="{{ base_url }}/blog.atom"><i class="fa fa-rss-square fa-fw fa-3x"></i></a></li>
<li><a href="/tor"><i class="fa fa-tor-onion fa-fw fa-3x"></i></a></li>
</ul>
</div>
</footer>