From 69fe27ffd95127b5ee7f7b61912d693a731d41d5 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Sat, 14 Feb 2026 23:35:22 +1300 Subject: [PATCH] feat: update ConnectionDropMenu 3D source to use generate3d Change THREE_D_SOURCE_OPTIONS from nanoBanana to generate3d with cube icon and "Generate 3D" label. Co-Authored-By: Claude Opus 4.6 --- src/components/ConnectionDropMenu.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ConnectionDropMenu.tsx b/src/components/ConnectionDropMenu.tsx index 3161bdef..a8a008d0 100644 --- a/src/components/ConnectionDropMenu.tsx +++ b/src/components/ConnectionDropMenu.tsx @@ -321,11 +321,11 @@ const THREE_D_TARGET_OPTIONS: MenuOption[] = [ // 3D source options (nodes that produce 3D output) const THREE_D_SOURCE_OPTIONS: MenuOption[] = [ { - type: "nanoBanana", - label: "Generate Image", + type: "generate3d", + label: "Generate 3D", icon: ( - + ), },