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 e785d147..fc038d7a 100644 --- a/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx +++ b/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx @@ -34,6 +34,7 @@ import { AlignLeftIcon, AlignRightIcon, Layers01Icon, + Chart03Icon, } from "@hugeicons/core-free-icons"; import { HugeiconsIcon } from "@hugeicons/react"; @@ -156,6 +157,14 @@ function ToolbarLeftSection() { } /> + + + } + tooltip="Graph" + onClick={() => {}} + /> + );