Skip to content

Commit

Permalink
fix(footer):add missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jan 29, 2025
1 parent ed63c7c commit e7a5513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<footer>
<BaseLink href="/">{config.title}</BaseLink>

<a href="https://github.com/kingsdigitallab/corpus-building/blob/v{version}/CHANGELOG.md"
<a
class="version"
href="https://github.com/kingsdigitallab/corpus-building/blob/v{version}/CHANGELOG.md"
>v{version}</a
>
</footer>
Expand Down

0 comments on commit e7a5513

Please sign in to comment.