Skip to content

Commit

Permalink
πŸ’„ Update: number of items
Browse files Browse the repository at this point in the history
  • Loading branch information
ws-071211 committed Oct 23, 2024
1 parent 1f79e41 commit 8a1c46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/My/organisms/MyClubList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Club from '@/components/Common/Club/organisms/Club';
const MyClubList = () => {
return (
<div className="grid w-full max-w-[700px] grid-cols-2 place-items-center gap-5 mobile:grid-cols-1">
{[...Array(7)].map((_, index) => (
{[...Array(3)].map((_, index) => (
<Club
key={index}
notion={true}
Expand Down

0 comments on commit 8a1c46e

Please sign in to comment.