Skip to content

Commit e8bd6a5

Browse files
committed
prime logo link update
1 parent a40330e commit e8bd6a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/CheckoutProduct.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function CheckoutProduct({
6161
<img
6262
loading="lazy"
6363
className="w-12"
64-
src="https://links.papareact.com/fdw"
64+
src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Prime_logo.png/800px-Prime_logo.png?20180219133124"
6565
alt="prime"
6666
/>
6767
<p className="text-xs text-gray-500">FREE Next-day Delivery</p>

components/Product.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function Product({ id, title, price, description, category, image }) {
6060
<img
6161
loading="lazy"
6262
className="w-12"
63-
src="https://links.papareact.com/fdw"
63+
src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Prime_logo.png/800px-Prime_logo.png?20180219133124"
6464
alt="prime"
6565
/>
6666
<p className="text-xs text-gray-500">FREE Next-day Delivery</p>

0 commit comments

Comments
 (0)