Skip to content

Commit

Permalink
feat(frontend): add link from the version number to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jul 8, 2024
1 parent ec175c1 commit 689d180
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
<slot />
</main>
<footer>
<p>{config.title} v{version}</p>
<p>
{config.title}
<a href="https://github.com/kingsdigitallab/corpus-building/blob/v{version}/CHANGELOG.md"
>v{version}</a
>
</p>
</footer>
</div>

Expand Down

0 comments on commit 689d180

Please sign in to comment.