Skip to content

Commit

Permalink
add release link to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BulotF committed Jan 10, 2024
1 parent a78a494 commit 79d5c8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/layout/header/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ function Header() {
</h2>
<h6>
{Dictionary.headerSubtitle}
<span className="pogues-version">{poguesFrontVersion}</span>
<span className="pogues-version">
<a
href={`https://github.com/InseeFr/Pogues/releases/tag/${poguesFrontVersion}`}
target="blank"
>
{poguesFrontVersion}
</a>
</span>
</h6>
</div>
<div className="header-help">
Expand Down

0 comments on commit 79d5c8f

Please sign in to comment.