From d6b44d9671513a09bd21aea193733b5972ab208c Mon Sep 17 00:00:00 2001 From: victor barbier Date: Wed, 18 Sep 2024 09:31:37 +0200 Subject: [PATCH] fix(client): footer release link --- project/client/src/layout/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/client/src/layout/Footer.tsx b/project/client/src/layout/Footer.tsx index e33b2a8..a29e325 100644 --- a/project/client/src/layout/Footer.tsx +++ b/project/client/src/layout/Footer.tsx @@ -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}`}