fix: update tooltip text for graph editor button

This commit is contained in:
Maze Winther 2026-04-01 18:17:23 +02:00
parent 93cc5d50f3
commit f4b9f40ab1
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ function ToolbarLeftSection() {
<Tooltip>
<ToolbarButton
icon={<HugeiconsIcon icon={Chart03Icon} />}
tooltip="Graph"
tooltip="Open graph editor"
onClick={() => {}}
/>
</Tooltip>