1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Replace icon for "Add to home screen" button

This commit is contained in:
Frédéric Guillot 2021-03-07 12:07:54 -08:00
parent 548c4d4efe
commit ae13b4e420
2 changed files with 7 additions and 1 deletions

View file

@ -30,6 +30,6 @@
{{ end }}
</section>
<footer id="prompt-home-screen">
<a href="#" id="btn-add-to-home-screen">{{ t "action.home_screen" }}</a>
<a href="#" id="btn-add-to-home-screen" role="button">{{ icon "home" }}<span class="icon-label">{{ t "action.home_screen" }}</span></a>
</footer>
{{ end }}