Skip to content

Commit

Permalink
updated images to cover the container
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Mwangi committed Jul 29, 2024
1 parent 3ac97f0 commit edbc580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/shop/sections/Banner/Carousal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Carousel() {
swagList?.map(({ image, name, id }) => (
<div key={id} className="relative min-w-full pl-2.5 h-full">
<LazyLoadImage
className="w-full h-full md:rounded-2xl"
className="w-full h-full md:rounded-2xl object-cover"
src={image}
alt={name}
/>
Expand Down

0 comments on commit edbc580

Please sign in to comment.