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 Money from '@/assets/money.svg';
|
||||
import Lightbulb from '@/assets/lightbulb.svg';
|
||||
import Magnet from '@/assets/magnet.svg';
|
||||
import Money from '@/assets/money.svg';
|
||||
import Path from '@/assets/path.svg';
|
||||
import Tag from '@/assets/tag.svg';
|
||||
import Target from '@/assets/target.svg';
|
||||
import Network from '@/assets/network.svg';
|
||||
import { useMessages, useTeamUrl } from '@/components/hooks';
|
||||
import PageHeader from '@/components/layout/PageHeader';
|
||||
import Link from 'next/link';
|
||||
|
|
@ -59,12 +58,12 @@ export function ReportTemplates({ showHeader = true }: { showHeader?: boolean })
|
|||
url: renderTeamUrl('/reports/revenue'),
|
||||
icon: <Money />,
|
||||
},
|
||||
{
|
||||
title: formatMessage(labels.attribution),
|
||||
description: formatMessage(labels.attributionDescription),
|
||||
url: renderTeamUrl('/reports/attribution'),
|
||||
icon: <Network />,
|
||||
},
|
||||
// {
|
||||
// title: formatMessage(labels.attribution),
|
||||
// description: formatMessage(labels.attributionDescription),
|
||||
// url: renderTeamUrl('/reports/attribution'),
|
||||
// icon: <Network />,
|
||||
// },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue