Retention report updates.

This commit is contained in:
Mike Cao 2023-08-12 20:13:11 -07:00
parent b37a1fce63
commit 820ad69d60
7 changed files with 86 additions and 10 deletions

View file

@ -4,6 +4,7 @@ import Page from 'components/layout/Page';
import PageHeader from 'components/layout/PageHeader';
import Funnel from 'assets/funnel.svg';
import Lightbulb from 'assets/lightbulb.svg';
import Magnet from 'assets/magnet.svg';
import styles from './ReportTemplates.module.css';
import { useMessages } from 'hooks';
@ -47,9 +48,9 @@ export function ReportTemplates() {
},
{
title: formatMessage(labels.retention),
description: 'Track your websites user retention',
description: 'Measure you website stickiness by tracking how often users return.',
url: '/reports/retention',
icon: <Funnel />,
icon: <Magnet />,
},
];