style updates

- logo
- primary colors
- text changes
This commit is contained in:
alpineux 2022-02-06 17:25:02 -07:00
parent 5d74e86222
commit 6136406506
30 changed files with 31066 additions and 6214 deletions

View file

@ -17,11 +17,11 @@ export default function Footer() {
<div className="col-12 col-md-4">
<FormattedMessage
id="message.powered-by"
defaultMessage="Powered by {name}"
defaultMessage="Powered by alpineUX analytics"
values={{
name: (
<Link href="https://umami.is">
<b>umami</b>
<Link href="https://alpineux.com">
<b>alpineUX</b>
</Link>
),
}}