Fixed goals query.

This commit is contained in:
Mike Cao 2025-05-31 09:46:36 -07:00
parent 49bcbfd7f9
commit f6c3ad5aa6
8 changed files with 38 additions and 30 deletions

View file

@ -1,6 +1,6 @@
import { Icon, Text, Row, NavMenu, NavMenuItem } from '@umami/react-zen';
import {
Overview,
Eye,
Lightning,
User,
Clock,
@ -24,7 +24,7 @@ export function WebsiteNav({ websiteId }: { websiteId: string }) {
{
id: 'overview',
label: formatMessage(labels.overview),
icon: <Overview />,
icon: <Eye />,
path: '',
},
{