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

Commit

Permalink
fix: hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Nov 24, 2023
1 parent e872b72 commit a9ee9d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Home() {
return;
}
}
}, []);
}, [STORE_LINKS]);
return (
<>
<Head>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ export default function Home() {
title="Statistiques"
linkProps={{ href: "#statistiques", id: "statistiques" }}
footer={
<a href="/stats" className="fr-btn fr-btn--primary">
<Link href="/stats" className="fr-btn fr-btn--primary">
Consulter les statistiques
</a>
</Link>
}
/>
</section>
Expand Down

0 comments on commit a9ee9d5

Please sign in to comment.