change(ui) - card type order
This commit is contained in:
parent
72551e63cd
commit
3358e827cc
1 changed files with 7 additions and 7 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue