- {([
- { key: "web" as const, label: "Web", icon: Globe },
- { key: "images" as const, label: "Images", icon: ImageIcon },
- ]).map(({ key, label, icon: Icon }) => (
-
- ))}
+ {/* Category switch */}
+
+ {([
+ { key: "web" as const, label: "Web", icon: Globe },
+ { key: "images" as const, label: "Images", icon: ImageIcon },
+ ]).map(({ key, label, icon: Icon }) => (
+
+ ))}
+
{/* Bottom-right: new image button */}
@@ -402,30 +363,19 @@ function App() {
{statusMessage}