mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
style updates
- logo - primary colors - text changes
This commit is contained in:
parent
5d74e86222
commit
6136406506
30 changed files with 31066 additions and 6214 deletions
|
|
@ -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 />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue