Skip to content

Commit 14f6c61

Browse files
authored
Update src/compounds/Item/Item.jsx
1 parent e7df29e commit 14f6c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/compounds/Item/Item.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ const Item = ({ buttonLink, buttonProps, href, isLoading, item, orientation, tit
5757
children={(
5858
<>
5959
<Image
60-
className={`cover ${orientation === 'horizontal' ? 'img-fluid h-100 rounded-start' : 'card-img-top'}`}
61-
src={src}
62-
alt={alt}
60+
className={`cover ${orientation === 'horizontal' ? 'img-fluid h-100 rounded-start' : 'card-img-top'}`}
61+
src={src}
62+
alt={alt}
6363
/>
6464
<CardBody
6565
buttonLink={link}

0 commit comments

Comments
 (0)