Skip to content

Commit 8e1b705

Browse files
committed
🎨 remove guide to give user bigger interface
1 parent 58cc698 commit 8e1b705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎frontend/app/[locale]/setup/agentSetup/components/AgentConfigurationSection.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ export default function AgentConfigurationSection({
758758

759759
{/* Action Buttons - Fixed at bottom - Only show in editing mode */}
760760
{isEditingMode && (
761-
<div className="flex justify-center mt-4 flex-shrink-0 border-t border-gray-200 bg-white agent-config-buttons">
761+
<div className="flex justify-center mb-4 flex-shrink-0 agent-config-buttons">
762762
{/* <div className="flex gap-2 lg:gap-3 flex-wrap justify-center"> */}
763763
<div className="flex gap-1 sm:gap-2 lg:gap-3 flex-nowrap justify-center w-full">
764764
{/* Debug Button - Always show in editing mode */}

0 commit comments

Comments
 (0)