Skip to content

Commit

Permalink
Merge pull request #1727: Link Auspice version to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Nov 17, 2023
2 parents 7e46909 + 6ee1abd commit 27690b4
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 27690b4

Please sign in to comment.