From f4b9f40ab1ba1cedf208bba708f4331d36bb30cc Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 1 Apr 2026 18:17:23 +0200 Subject: [PATCH] fix: update tooltip text for graph editor button --- .../src/components/editor/panels/timeline/timeline-toolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx b/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx index abe36f88..ff43e00a 100644 --- a/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx +++ b/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx @@ -214,7 +214,7 @@ function ToolbarLeftSection() { } - tooltip="Graph" + tooltip="Open graph editor" onClick={() => {}} />