Skip to content

Commit

Permalink
Merge pull request #83 from No-Country-simulation/feat/SectionCartShop
Browse files Browse the repository at this point in the history
fix: image
  • Loading branch information
Moya30 authored Dec 14, 2024
2 parents 44f024d + 8736b37 commit 92625d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/features/home/components/Cart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const CartSection: React.FC = () => {
serviceFee={130}
discount={20}
onApplyCoupon={handleApplyCoupon}
paymentMethods={['/svg/stripe.svg', '/svg/PayPal.png', '/svg/Etherium.png']}
paymentMethods={['/svg/Stripe.svg', '/svg/PayPal.png', '/svg/Etherium.png']}
/>
</div>
</div>
Expand Down

0 comments on commit 92625d5

Please sign in to comment.