Skip to content

Commit

Permalink
fix(client): footer release link
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonestla committed Sep 18, 2024
1 parent c1b0c24 commit d6b44d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/client/src/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function MainFooter() {
target="_blank"
rel="noreferer noopenner"
className="fr-footer__bottom-link"
href={`https://github.com/dataesr/affiliation-matcher`}
href={`https://github.com/dataesr/affiliation-matcher/releases/tag/${VITE_VERSION}`}
>
{`App version ${VITE_VERSION}`}
</Link>
Expand Down

0 comments on commit d6b44d9

Please sign in to comment.