summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-02-13 23:21:06 +0000
committerYurenHao0426 <blackhao0426@gmail.com>2026-02-13 23:21:06 +0000
commitdbe8f68940e93e465f03b90f6b98e053f5a75391 (patch)
tree9dd91d902f1b6b1c7c944511d4dcc88bdf83883a /frontend
parentdb6805b8b867049be537d2e853187688cfdc52bc (diff)
Hide ReactFlow attribution badge in bottom-right corner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/App.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index cfbb141..105a04b 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -247,6 +247,7 @@ function Flow() {
selectionKeyCode="Shift"
multiSelectionKeyCode="Shift"
selectionMode={SelectionMode.Partial}
+ proOptions={{ hideAttribution: true }}
>
<Background color={theme === 'dark' ? '#374151' : '#aaa'} gap={16} />
<Controls className={theme === 'dark' ? 'dark-controls' : ''} />