mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-19 15:53:39 +01:00
fix: link to github releases without tag
This commit is contained in:
parent
5f5335ed1e
commit
689184bf2f
@ -25,9 +25,7 @@ export default function Footer() {
|
||||
/>
|
||||
</div>
|
||||
<div className={classNames(styles.version, 'col-12 col-md-4')}>
|
||||
<Link href={`https://github.com/mikecao/umami/releases/tag/v${current}`}>
|
||||
{`v${current}`}
|
||||
</Link>
|
||||
<Link href={`https://github.com/mikecao/umami/releases`}>{`v${current}`}</Link>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user