Skip to content

Commit

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

0 comments on commit 52772fc

Please sign in to comment.