Skip to content

Commit

Permalink
Merge pull request #8 from fuzue/5-fix-buttons-on-published-version
Browse files Browse the repository at this point in the history
Path to images buttons of fdroid and google play were fixed.
  • Loading branch information
aivuk authored Aug 30, 2023
2 parents bac27ed + 00fc0d9 commit c15b5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ <h3 class="p-4 md:p-3 font-display text-2xl md:text-4xl">Seasonal Food App</h3>
<div class="flex mt-4">
<a href="#">
<img
src="../assets/google-play-badge.png"
src="/assets/google-play-badge.png"
alt="Get it on Google Play"
class="h-16 mx-4"
/>
</a>
<a href="#">
<img
src="../assets/fdroid-get-it-on.png"
src="/assets/fdroid-get-it-on.png"
alt="Get it on F-Droid"
class="h-16"
/>
Expand Down

0 comments on commit c15b5cd

Please sign in to comment.