diff --git a/src/ui/CustomContextMenu.tsx b/src/ui/CustomContextMenu.tsx
index 39ab682..0395b4c 100644
--- a/src/ui/CustomContextMenu.tsx
+++ b/src/ui/CustomContextMenu.tsx
@@ -128,9 +128,7 @@ export function CustomContextMenu(props: TLUiContextMenuProps) {
- {/* VideoGen - temporarily hidden until in better working state
- */}
{/* Drawfast - temporarily hidden until in better working state
*/}
diff --git a/src/ui/CustomToolbar.tsx b/src/ui/CustomToolbar.tsx
index 51bf27e..2bbc24e 100644
--- a/src/ui/CustomToolbar.tsx
+++ b/src/ui/CustomToolbar.tsx
@@ -757,7 +757,6 @@ export function CustomToolbar() {
isSelected={tools["ImageGen"].id === editor.getCurrentToolId()}
/>
)}
- {/* VideoGen - temporarily hidden until in better working state
{tools["VideoGen"] && (
)}
- */}
{/* Terminal (Multmux) - temporarily hidden until in better working state
{tools["Multmux"] && (