Skip to content

Commit

Permalink
added margin for hero
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed Aug 22, 2024
1 parent df91308 commit b61156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_agents/frontend/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Hero: FC<THeroProps> = ({


{/* input section */}
<div className="w-full max-w-[708px] pb-6">
<div className="w-full max-w-[708px] pb-6 mt-10">
<InputArea
promptValue={promptValue}
setPromptValue={setPromptValue}
Expand Down

0 comments on commit b61156c

Please sign in to comment.