Footer cleanup

pull/680/head
Philipp Dormann 2021-05-22 17:36:25 +02:00
parent 72cc483eaf
commit 00df8184cd
1 changed files with 20 additions and 24 deletions

View File

@ -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>