Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Mar 12, 2024
1 parent 0d47aa2 commit 15b1645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/ItemCard/SingleItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const SingleItem = ({ item }: { item: Item }) => {
<source src={video} type="video/mp4" />
</video>
) : (
<img src={image} alt="item-image" fill className="object-cover" />
<img src={image} alt="item-image" className="object-cover" />
)}
</div>
<div
Expand Down

0 comments on commit 15b1645

Please sign in to comment.