Skip to content

Commit

Permalink
fix: fix mobile links
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Nov 25, 2020
1 parent 4e7fb26 commit 8e973ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ export function Header() {
<br />
<div>
<a
href="https://play.google.com/store/apps/details?id=com.monsuivipsy&hl=fr&gl=US"
href="https://apps.apple.com/us/app/mon-suivi-psy/id1540061393"
target="noopener noreferrer"
>
<img width={200} src="/img/app-store-badge.svg" alt="" />
</a>
<a
href="https://apps.apple.com/us/app/mon-suivi-psy/id1540061393"
href="https://play.google.com/store/apps/details?id=com.monsuivipsy&hl=fr&gl=US"
target="noopener noreferrer"
>
<img width={200} src="/img/google-play-badge.svg" alt="" />
Expand Down

0 comments on commit 8e973ae

Please sign in to comment.