mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
feat: add link to changelog when clicking version
This commit is contained in:
parent
a572441cc5
commit
5f5335ed1e
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,11 @@ export default function Footer() {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className={classNames(styles.version, 'col-12 col-md-4')}>{`v${current}`}</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>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue