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

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

* Link mobile app button to correct page (#597)
This commit is contained in:
Abo7atm 2020-07-18 01:54:52 +03:00 committed by GitHub
parent 65988d4993
commit 909ac7e9d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@
<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>
</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://gitlab.com/eneiluj/moneybuster#moneybuster-for-android">
<i class="icon mobile">{{ static_include("images/mobile-alt.svg") | safe }}</i>
</a>
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Documentation') }}" href="https://ihatemoney.readthedocs.io/en/latest/">