diff --git a/ui/social-bot/src/App.jsx b/ui/social-bot/src/App.jsx index f2c4b25..d5637dc 100644 --- a/ui/social-bot/src/App.jsx +++ b/ui/social-bot/src/App.jsx @@ -112,7 +112,13 @@ const TAB_GROUPS = [ { id: 'map', label: 'Map', }, { id: 'control', label: 'Control', }, { id: 'health', label: 'Health', }, - { id: 'cameras', label: 'Cameras', }, + ], + }, + { + label: 'CAMERAS', + color: 'text-rose-600', + tabs: [ + { id: 'cameras', label: 'Cameras' }, ], }, {