Change mobile link icon to point to Play Store (#597)

This commit is contained in:
abo7atm 2020-04-30 00:55:40 +03:00
parent f389c56259
commit 6d7605edfa

View file

@ -142,7 +142,7 @@
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Code') }}" href="https://github.com/spiral-project/ihatemoney"> <a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Code') }}" href="https://github.com/spiral-project/ihatemoney">
<i class="icon git">{{ static_include("images/git.svg") | safe }}</i> <i class="icon git">{{ static_include("images/git.svg") | safe }}</i>
</a> </a>
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Mobile Application') }}" href="https://gitlab.com/eneiluj/moneybuster"> <a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Mobile Application') }}" href="https://play.google.com/store/apps/details?id=net.eneiluj.moneybuster">
<i class="icon mobile">{{ static_include("images/mobile-alt.svg") | safe }}</i> <i class="icon mobile">{{ static_include("images/mobile-alt.svg") | safe }}</i>
</a> </a>
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Documentation') }}" href="https://ihatemoney.readthedocs.io/en/latest/"> <a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Documentation') }}" href="https://ihatemoney.readthedocs.io/en/latest/">