mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
Remove journey report.
This commit is contained in:
parent
8b304b7ca2
commit
b8b1ff8fd4
1 changed files with 0 additions and 7 deletions
|
|
@ -6,7 +6,6 @@ import Lightbulb from 'assets/lightbulb.svg';
|
||||||
import Magnet from 'assets/magnet.svg';
|
import Magnet from 'assets/magnet.svg';
|
||||||
import Tag from 'assets/tag.svg';
|
import Tag from 'assets/tag.svg';
|
||||||
import Target from 'assets/target.svg';
|
import Target from 'assets/target.svg';
|
||||||
import Path from 'assets/path.svg';
|
|
||||||
import styles from './ReportTemplates.module.css';
|
import styles from './ReportTemplates.module.css';
|
||||||
import { useMessages, useTeamUrl } from 'components/hooks';
|
import { useMessages, useTeamUrl } from 'components/hooks';
|
||||||
|
|
||||||
|
|
@ -45,12 +44,6 @@ export function ReportTemplates({ showHeader = true }: { showHeader?: boolean })
|
||||||
url: renderTeamUrl('/reports/goals'),
|
url: renderTeamUrl('/reports/goals'),
|
||||||
icon: <Target />,
|
icon: <Target />,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: formatMessage(labels.journey),
|
|
||||||
description: formatMessage(labels.journeyDescription),
|
|
||||||
url: renderTeamUrl('/reports/journey'),
|
|
||||||
icon: <Path />,
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue