Skip to content

Commit

Permalink
feat: fix main carousel collectionSrc image
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Dec 3, 2024
1 parent 1811e83 commit 96c31ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arkmarket/src/app/components/main-carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function MainCarousel() {
<div className="mt-5 flex flex-col justify-center gap-5 rounded-[1.5rem] bg-gradient-to-r from-black/80 to-transparent md:absolute md:inset-0 md:mt-0 md:items-start md:gap-8 md:p-12">
<div className="flex gap-4 md:flex-col md:gap-8">
<Image
src={carouselItem.bannerSrc}
src={carouselItem.collectionSrc}
height={555}
width={1448}
alt={carouselItem.name}
Expand Down

0 comments on commit 96c31ae

Please sign in to comment.