diff --git a/frontend/app/constants/card.ts b/frontend/app/constants/card.ts index 31c668eb2..004b5839a 100644 --- a/frontend/app/constants/card.ts +++ b/frontend/app/constants/card.ts @@ -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',