mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Change header title
This commit is contained in:
parent
449ce24cf5
commit
80f285be3e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export default function Header() {
|
|||
<header className={classNames(styles.header, 'row')}>
|
||||
<div className={styles.title}>
|
||||
<Icon icon={<Logo />} size="large" className={styles.logo} />
|
||||
<Link href={isSharePage ? HOMEPAGE_URL : '/'}>umami</Link>
|
||||
<Link href={isSharePage ? HOMEPAGE_URL : '/'}>Headless Analytics</Link>
|
||||
</div>
|
||||
<HamburgerButton />
|
||||
{user && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue