Skip to content

Commit 524e913

Browse files
committed
style(payment): Correct image source URLs.
1 parent 42c6b9d commit 524e913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/account-app/shopping-cart.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2> Payment method </h2>
101101

102102
<div class="paymentMethods">
103103
<app-payment-method
104-
logo="/assets/payment/Stripe.png"
104+
logo="assets/payment/Stripe.png"
105105
logo_alt="Credit card and PayPal logos"
106106
disable_payment="{{total <= 0}}"
107107
(clicked)="initiatePayment('stripe')"
@@ -115,7 +115,7 @@ <h4>
115115
</app-payment-method>
116116

117117
<app-payment-method
118-
logo="/assets/payment/Cryptocurrencies.png"
118+
logo="assets/payment/Cryptocurrencies.png"
119119
logo_alt="Cryptocurrency logos"
120120
disable_payment="{{total <= 0}}"
121121
(clicked)="initiatePayment('coinbase')"

0 commit comments

Comments
 (0)