Footer cleanup
parent
72cc483eaf
commit
00df8184cd
|
@ -12,20 +12,16 @@ export default function Footer() {
|
|||
<div className={classNames(styles.footer, 'row')}>
|
||||
<div className="col-12 col-md-4" />
|
||||
<div className="col-12 col-md-4">
|
||||
<FormattedMessage
|
||||
id="message.powered-by"
|
||||
defaultMessage="Powered by {name}"
|
||||
values={{
|
||||
name: (
|
||||
<Link href="https://umami.is">
|
||||
<a href="https://umami.is">
|
||||
<b>umami-sqlite</b>
|
||||
</a>{' '}
|
||||
powered by{' '}
|
||||
<a href="https://umami.is">
|
||||
<b>umami</b>
|
||||
</Link>
|
||||
),
|
||||
}}
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div className={classNames(styles.version, 'col-12 col-md-4')}>
|
||||
<Link href={`https://github.com/mikecao/umami/releases`}>{`v${current}`}</Link>
|
||||
<Link href={`https://github.com/mikecao/umami/`}>GitHub</Link>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue