Skip to content

Commit

Permalink
bruhhhhhhhhhhhhhhhhhh 👽
Browse files Browse the repository at this point in the history
  • Loading branch information
stormyy00 committed Dec 4, 2024
1 parent 118cc0d commit a062594
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/cosplays/Cosplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ const Cosplay = () => {
key={index}
className="w-1/4 sm:w-1/4"
>
<Card topText={item.topText} bottomText={item.bottomText} image={item.image} />
<Card
topText={item.topText}
bottomText={item.bottomText}
image={item.image}
/>
</motion.div>
))}
</motion.div>
Expand Down

0 comments on commit a062594

Please sign in to comment.