remove ipfs link from mainline via flag; reroute "View All Apps" to fdroid-webdash

This commit is contained in:
John Hess 2023-09-09 11:53:17 -05:00
parent ec1c6f6afa
commit 1835535387
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<footer class="footer-area">
<div class="container">
<div class="footer-area-wrapper text-center">
<a href="apps">{% t view_all_apps %}</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">{% t built_on_fdroid %}</a>
<a href="/fdroid-webdash/">{% t view_all_apps %}</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">{% t built_on_fdroid %}</a>
</div>
</div>
</footer>