summaryrefslogtreecommitdiff
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.tsx')
-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' : ''} />