feat(empty-states): add undraw illustrations to empty state screens

Add brand-orange recolored SVG illustrations from undraw to five empty
states: sites list, dashboard chart, funnels, journeys, and behavior.
This commit is contained in:
Usman Baig
2026-03-23 15:23:26 +01:00
parent d6cef95c4b
commit 645e3e78ef
10 changed files with 209 additions and 12 deletions

View File

@@ -177,9 +177,11 @@ export default function FrustrationTable({
</>
) : (
<div className="h-full flex flex-col items-center justify-center text-center px-6 py-8 gap-4">
<div className="rounded-full bg-neutral-100 dark:bg-neutral-800 p-4">
<CursorClick className="w-8 h-8 text-neutral-500 dark:text-neutral-400" />
</div>
<img
src="/illustrations/blank-canvas.svg"
alt="No frustration signals"
className="w-44 h-auto mb-1"
/>
<h4 className="font-semibold text-neutral-900 dark:text-white">
No {title.toLowerCase()} detected
</h4>