mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
temp remove attribution report
This commit is contained in:
parent
caae77c576
commit
b97a790acd
1 changed files with 7 additions and 8 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
import Funnel from '@/assets/funnel.svg';
|
import Funnel from '@/assets/funnel.svg';
|
||||||
import Money from '@/assets/money.svg';
|
|
||||||
import Lightbulb from '@/assets/lightbulb.svg';
|
import Lightbulb from '@/assets/lightbulb.svg';
|
||||||
import Magnet from '@/assets/magnet.svg';
|
import Magnet from '@/assets/magnet.svg';
|
||||||
|
import Money from '@/assets/money.svg';
|
||||||
import Path from '@/assets/path.svg';
|
import Path from '@/assets/path.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 Network from '@/assets/network.svg';
|
|
||||||
import { useMessages, useTeamUrl } from '@/components/hooks';
|
import { useMessages, useTeamUrl } from '@/components/hooks';
|
||||||
import PageHeader from '@/components/layout/PageHeader';
|
import PageHeader from '@/components/layout/PageHeader';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
|
|
@ -59,12 +58,12 @@ export function ReportTemplates({ showHeader = true }: { showHeader?: boolean })
|
||||||
url: renderTeamUrl('/reports/revenue'),
|
url: renderTeamUrl('/reports/revenue'),
|
||||||
icon: <Money />,
|
icon: <Money />,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: formatMessage(labels.attribution),
|
// title: formatMessage(labels.attribution),
|
||||||
description: formatMessage(labels.attributionDescription),
|
// description: formatMessage(labels.attributionDescription),
|
||||||
url: renderTeamUrl('/reports/attribution'),
|
// url: renderTeamUrl('/reports/attribution'),
|
||||||
icon: <Network />,
|
// icon: <Network />,
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue