mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Moved events components to events page. Updated map data loading.
This commit is contained in:
parent
c6b8114945
commit
f135e4ffbb
8 changed files with 52 additions and 35 deletions
|
|
@ -7,6 +7,7 @@ import Link from 'next/link';
|
|||
import { usePathname } from 'next/navigation';
|
||||
import { ReactNode } from 'react';
|
||||
import { Button, Icon, Text } from 'react-basics';
|
||||
import Lightning from 'assets/lightning.svg';
|
||||
import styles from './WebsiteHeader.module.css';
|
||||
|
||||
export function WebsiteHeader({
|
||||
|
|
@ -52,7 +53,7 @@ export function WebsiteHeader({
|
|||
},
|
||||
{
|
||||
label: formatMessage(labels.events),
|
||||
icon: <Icons.Bolt />,
|
||||
icon: <Lightning />,
|
||||
path: '/events',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue