diff --git a/components/editor.tsx b/components/editor.tsx index 79c7a51..a0b583a 100644 --- a/components/editor.tsx +++ b/components/editor.tsx @@ -219,41 +219,41 @@ export const Editor = () => { {/* Tools */}
-
- {/* Bottom Bar */} -
-
- - - - - - - - - - - - - -
+ {/* Bottom Bar */} +
+
+ + + + + + + + + + + + +
+
- {/* Queue Bar */} -
-
+ {/* Image Queue */} +
+
+
{/* Input */}
{ Files: {files?.length}

-
+
{files?.map((file, index) => { const url = URL.createObjectURL(file)