mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
New page and referrer url filters.
This commit is contained in:
parent
1d977875be
commit
cf8ed13d1f
11 changed files with 133 additions and 50 deletions
|
|
@ -16,7 +16,7 @@ export default function Header() {
|
|||
<div className="col-12 col-md-6">
|
||||
<div className={styles.title}>
|
||||
<Icon icon={<Logo />} size="large" className={styles.logo} />
|
||||
{user ? <Link href="/">umami</Link> : 'umami'}
|
||||
<Link href={user ? '/' : 'https://umami.is'}>umami</Link>
|
||||
</div>
|
||||
</div>
|
||||
{user && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue