Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: add download anchor link
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Mar 8, 2023
1 parent 4ade76b commit 6542a75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Pour modifier le contenu du site, éditer le fichier `src/pages/indext.tsx`.
#### Développement

Pour modifier le contenu du site, éditer le fichier `./src/pages/indext.tsx`.
Pour modifier le style du site, éditer le fichier `./src/styles/globals.css`.
Les images sont situées dans le répertoire `./public`.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function App({ Component, pageProps }: AppProps) {
{
iconId: "ri-download-cloud-line",
linkProps: {
href: "#",
href: "#download",
},
text: "Télécharger l'app",
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function Home() {
</section>

<section className="fr-container store-links">
<a target="_blank" href="#">
<a target="_blank" href="#" id="download">
<Image
priority
width={250}
Expand Down

0 comments on commit 6542a75

Please sign in to comment.