diff --git a/components/journeys/SankeyDiagram.tsx b/components/journeys/SankeyDiagram.tsx index 4baa053..4ac3a62 100644 --- a/components/journeys/SankeyDiagram.tsx +++ b/components/journeys/SankeyDiagram.tsx @@ -2,6 +2,7 @@ import { useMemo, useState } from 'react' import { useTheme } from '@ciphera-net/ui' +import { TreeStructure } from '@phosphor-icons/react' import type { PathTransition } from '@/lib/api/journeys' // ─── Types ────────────────────────────────────────────────────────── @@ -277,8 +278,16 @@ export default function SankeyDiagram({ if (!transitions.length || !links.length) { return ( -
+ Navigation flows will appear here as visitors browse through your site. +
- No path data available +
+ Common navigation paths will appear here as visitors browse your site.