Skip to content

Commit

Permalink
fix: Google Play App link fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazansancar committed Apr 2, 2024
1 parent 255c546 commit 23783be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextension/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3>Web Extensions</h3>
<h3>Mobile Apps</h3>
<a href="https://apps.apple.com/us/app/wayback-machine/id1201888313" target="_blank"><img src="images/about/app-store-badge.svg" class="about-badge" alt="Download on the Apple App Store"></a>

<a href="https://play.google.com/store/apps/details?id=com.archive.waybackmachine" target="_blank"><img src="images/about/google-play-badge.png" class="about-badge" alt="Get it on Google Play"></a>
<a href="https://play.google.com/store/apps/details?id=com.internetarchive.waybackmachine" target="_blank"><img src="images/about/google-play-badge.png" class="about-badge" alt="Get it on Google Play"></a>
</p>

<h3>Credits</h3>
Expand Down

0 comments on commit 23783be

Please sign in to comment.