Skip to content

Commit 1afdf9e

Browse files
Polished Academy, Clubs & CoNetWorKing
Co-authored-by: Alien69Flow <111972684+Alien69Flow@users.noreply.github.com>
1 parent 37e189a commit 1afdf9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Clubs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ const Clubs: React.FC = () => {
670670
</h2>
671671
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
672672
{filteredOther.map((club, index) => (
673-
<ClubCard key={index} club={club} />
673+
<ClubCard key={index} club={club} index={index} />
674674
))}
675675
</div>
676676
</section>

0 commit comments

Comments
 (0)