Moved events components to events page. Updated map data loading.
This commit is contained in:
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user