Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Jan 14, 2025
1 parent e7ff1ca commit a9d4376
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export const ProductsRoblox = ({
l: layout === "vertical" ? 2 : 4,
xl: layout === "vertical" ? 2 : 5
} satisfies GridContainerProps["itemsPerRow"];
console.log({ layout, itemsPerRow });
return (
<Wrapper justifyContent="center" alignItems="center">
<ContentWrapper flexDirection="column" alignItems="flex-start" gap="5rem">
Expand Down

0 comments on commit a9d4376

Please sign in to comment.