diff --git a/lib/features/ai_gateway/ai_gateway_page.dart b/lib/features/ai_gateway/ai_gateway_page.dart index 3332bc22..1d6362b1 100644 --- a/lib/features/ai_gateway/ai_gateway_page.dart +++ b/lib/features/ai_gateway/ai_gateway_page.dart @@ -157,8 +157,6 @@ class _AiGatewayPageState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ // Codex Bridge Toggle Card - _CodexBridgeCard(controller: controller), - const SizedBox(height: 24), Row( children: [ Icon(Icons.hub_rounded, color: palette.accent, size: 20),