mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
New goals page. Upgraded prisma.
This commit is contained in:
parent
99330a1a4d
commit
49bcbfd7f9
65 changed files with 769 additions and 1195 deletions
|
|
@ -67,7 +67,7 @@ export function WebsiteNav({ websiteId }: { websiteId: string }) {
|
|||
id: 'journeys',
|
||||
label: formatMessage(labels.journey),
|
||||
icon: <Path />,
|
||||
path: '/goals',
|
||||
path: '/journeys',
|
||||
},
|
||||
{
|
||||
id: 'retention',
|
||||
|
|
@ -106,7 +106,7 @@ export function WebsiteNav({ websiteId }: { websiteId: string }) {
|
|||
<Link key={id} href={renderTeamUrl(`/websites/${websiteId}${path}`)}>
|
||||
<NavMenuItem isSelected={isSelected}>
|
||||
<Row alignItems="center" gap>
|
||||
<Icon style={{ fill: 'currentcolor' }}>{icon}</Icon>
|
||||
<Icon>{icon}</Icon>
|
||||
<Text>{label}</Text>
|
||||
</Row>
|
||||
</NavMenuItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue