Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
theblackapple5150 authored Feb 24, 2025
1 parent debd59c commit f33f710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 class="appPrice">
{% if site.playstore_link %}
<a class="playStoreLink" href="{{site.playstore_link}}"><img class="playStore" src="assets/playstore.png"></a>
{% endif %}
<a class="appStoreLink" href="{{site.appstore_link}}"><img class="appStore" src="assets/appstore.png"></a>
<!--<a class="appStoreLink" href="{{site.appstore_link}}"><img class="appStore" src="assets/appstore.png"></a>-->
</div>
</div>
{% include features.html %}
Expand All @@ -64,4 +64,4 @@ <h2 class="appPrice">
</div>
</div>
</body>
</html>
</html>

0 comments on commit f33f710

Please sign in to comment.