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

@ -10,7 +10,7 @@ export default function Layout({ title, children, header = true, footer = true }
return (
<>
<Head>
<title>umami{title && ` - ${title}`}</title>
<title>alpineUX{title && ` - ${title}`}</title>
</Head>
{header && <Header />}