Skip to content

Commit

Permalink
hotfix navigation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Jul 4, 2024
1 parent 586f573 commit 0fe1870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const NavigationCarouselItem = ({
disabled = false,
}: PropsWithChildren<{ href: string; disabled?: boolean }>) => {
return (
<CarouselItem className="basis-1/3 pl-1">
<CarouselItem className="basis-auto pl-1">
<NavigationItem href={href} disabled={disabled}>
{children}
</NavigationItem>
Expand Down

0 comments on commit 0fe1870

Please sign in to comment.