From 6ee1abd4cf6e2079b0e8cb7b41cc0a7ebe9cf5b4 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:10:16 -0800 Subject: [PATCH] Link Auspice version to the changelog 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. --- src/components/framework/fine-print.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/framework/fine-print.js b/src/components/framework/fine-print.js index 35430d553..0ae7c0e9d 100644 --- a/src/components/framework/fine-print.js +++ b/src/components/framework/fine-print.js @@ -101,7 +101,9 @@ class FinePrint extends React.Component { {dot} {this.downloadDataButton()} {dot} - {"Auspice v" + version} + + {"Auspice v" + version} +
{getCustomFinePrint()}