Skip to content

Commit 74d82d5

Browse files
committed
Decrease cart width
1 parent b7db801 commit 74d82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Cart/Cart.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Cart = () => {
2424
<svg
2525
className="fill-current"
2626
xmlns="http://www.w3.org/2000/svg"
27-
width="155"
27+
width="55"
2828
height="55"
2929
viewBox="0 0 30 30"
3030
aria-label="Handlekurv"

0 commit comments

Comments
 (0)