mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Replace more umami branding
This commit is contained in:
parent
a8f8d4088d
commit
1dd4ada767
5 changed files with 33 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ export default function Layout({ title, children, header = true, footer = true }
|
|||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>umami{title && ` - ${title}`}</title>
|
||||
<title>Headless Analytics{title && ` - ${title}`}</title>
|
||||
</Head>
|
||||
|
||||
{header && <Header />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue