Skip to content

Commit

Permalink
Link Auspice version to the changelog
Browse files Browse the repository at this point in the history
Adds context to the version number hidden at the bottom of the page.
There's a likely possibility that anyone who goes looking for it wants
to learn more about what changes are included in the version.
  • Loading branch information
victorlin committed Nov 16, 2023
1 parent bf417ec commit 6ee1abd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/framework/fine-print.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ class FinePrint extends React.Component {
{dot}
{this.downloadDataButton()}
{dot}
{"Auspice v" + version}
<a href="https://docs.nextstrain.org/projects/auspice/page/releases/changelog.html" target="_blank" rel="noreferrer noopener">
{"Auspice v" + version}
</a>
</Flex>
<div style={{height: "5px"}}/>
{getCustomFinePrint()}
Expand Down

0 comments on commit 6ee1abd

Please sign in to comment.