Skip to content

Commit

Permalink
feat: Add App Store button for iOS users
Browse files Browse the repository at this point in the history
  • Loading branch information
androettojuan committed Jul 11, 2024
1 parent 03d0148 commit b91d836
Show file tree
Hide file tree
Showing 3 changed files with 7,492 additions and 7,669 deletions.
Binary file added public/appstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/Components/Buttons/Buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ function Buttons() {
>
<img className="image" src="/playstore.png" alt="playstore"></img>
</a>
<a
href="https://apps.apple.com/ar/app/jugaya-reserva-de-canchas/id6511213278"
target="_blank"
rel="noreferrer"
>
<img className="image" src="/appstore.png" alt="playstore"></img>
</a>
<a
href="https://jugaya.ar/"
target="_blank"
Expand Down
Loading

0 comments on commit b91d836

Please sign in to comment.