Skip to content

Commit

Permalink
Update website/src/components/hero/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitri POSTOLOV <[email protected]>
  • Loading branch information
hasparus and dimaMachina authored Nov 11, 2024
1 parent e9f0c5f commit fe249ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Hero(props: { children: ReactNode; className?: string }) {

export function HeroLinks(props: { children: ReactNode }) {
return (
<div className="relative z-10 flex flex-col justify-center gap-2 px-0.5 sm:flex-row sm:gap-4">{props.children}</div>
<div className="relative z-10 flex max-sm:flex-col justify-center gap-2 px-0.5 sm:gap-4">{props.children}</div>
);
}

Expand Down

0 comments on commit fe249ac

Please sign in to comment.