change(ui) - card type order

This commit is contained in:
Shekar Siri 2023-01-24 19:11:50 +01:00
parent 72551e63cd
commit 3358e827cc

View file

@ -40,13 +40,6 @@ export const TYPES: CardType[] = [
description: 'Select an existing card from your library',
slug: LIBRARY,
},
{
title: 'Clickmap',
icon: 'puzzle-piece',
description: 'See where users click and where they get frustrated.',
slug: CLICKMAP,
subTypes: [{ title: 'Visited URL', slug: FilterKey.CLICKMAP_URL, description: '' }],
},
{
title: 'Timeseries',
icon: 'graph-up',
@ -54,6 +47,13 @@ export const TYPES: CardType[] = [
slug: TIMESERIES,
subTypes: [{ title: 'Session Count', slug: 'sessionCount', description: '' }],
},
{
title: 'Clickmap',
icon: 'puzzle-piece',
description: 'See where users click and where they get frustrated.',
slug: CLICKMAP,
subTypes: [{ title: 'Visited URL', slug: FilterKey.CLICKMAP_URL, description: '' }],
},
{
title: 'Table',
icon: 'list-alt',