diff --git a/frontend-tools/chapters-editor/client/src/App.tsx b/frontend-tools/chapters-editor/client/src/App.tsx index 4e0b8f1c..0e2fcf23 100644 --- a/frontend-tools/chapters-editor/client/src/App.tsx +++ b/frontend-tools/chapters-editor/client/src/App.tsx @@ -150,6 +150,13 @@ const App = () => { canRedo={historyPosition < history.length - 1} /> + {/* Timeline Header */} +
+

+ Add Chapters +

+
+ {/* Timeline Controls */} { canRedo={historyPosition < history.length - 1} /> + {/* Timeline Header */} +
+

+ Trim or Split +

+
+ {/* Timeline Controls */}