From 1ba6bf6a841401ce4a49154942f13075ed004e24 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 11 Mar 2026 22:49:54 +0100 Subject: [PATCH] fix: add subtitle to scroll depth radar chart --- components/dashboard/ScrollDepth.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/dashboard/ScrollDepth.tsx b/components/dashboard/ScrollDepth.tsx index 8c084d9..4258243 100644 --- a/components/dashboard/ScrollDepth.tsx +++ b/components/dashboard/ScrollDepth.tsx @@ -29,11 +29,14 @@ export default function ScrollDepth({ goalCounts, totalPageviews }: ScrollDepthP return (
-
+

Scroll Depth

+

+ % of visitors who scrolled this far +

{hasData ? (