Skip to content

Commit

Permalink
broken image fixed in CartItem sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafa-shahriar committed Dec 2, 2023
1 parent cf16caf commit 38ae5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/user/Cart/CartItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const CartItem = ({ item }) => {
<div className="flex shadow-md p-1 mb-1">
<div className="h-20 w-20 flex-shrink-0 overflow-hidden rounded-md border border-gray-200">
<img
src={`${process.env.REACT_APP_BASE_URL}/uploads/${picture}`}
src={picture}
alt="Salmon orange fabric pouch with match zipper, gray zipper pull, and adjustable hip belt."
className="h-full w-full object-cover object-center"
/>
Expand Down

0 comments on commit 38ae5bc

Please sign in to comment.