From dbe8f68940e93e465f03b90f6b98e053f5a75391 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Fri, 13 Feb 2026 23:21:06 +0000 Subject: Hide ReactFlow attribution badge in bottom-right corner Co-Authored-By: Claude Opus 4.6 --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src') 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 }} > -- cgit v1.2.3