Skip to content

Commit 3251351

Browse files
committed
updating cover image
1 parent 8ce4b16 commit 3251351

File tree

1 file changed

+11
-12
lines changed
  • reactjsfoundations.com/src

1 file changed

+11
-12
lines changed

reactjsfoundations.com/src/App.js

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,17 @@ function App(props) {
5757
style={{ height: 40, width: 40, margin: '8px' }}
5858
/>
5959
</div>
60-
<a href="https://www.amazon.com/dp/1119685540?&linkCode=li3&tag=chrismincom-20&linkId=6c69efbcfd2ca6ae74a870e3a88a40db&language=en_US&ref_=as_li_ss_il">
61-
<picture style={{ maxWidth: '100%', height: 'auto' }}>
62-
<source srcset="/images/cover.webp" type="image/webp" />
63-
<source srcset="/images/cover.jpg" type="image/jpeg" />
64-
<img
65-
src="/images/cover.jpg"
66-
width="300"
67-
height="378"
68-
style={{ maxWidth: '100%', height: 'auto' }}
69-
alt="React JS Foundations"
70-
/>
71-
</picture>
60+
<a
61+
href="https://www.amazon.com/dp/1119685540?&linkCode=li3&tag=chrismincom-20&linkId=6c69efbcfd2ca6ae74a870e3a88a40db&language=en_US&ref_=as_li_ss_il"
62+
target="_blank"
63+
>
64+
<img
65+
alt="ReactJS Foundations"
66+
border="0"
67+
width="200"
68+
height="250"
69+
src="//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=1119685540&Format=_SL250_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=chrismincom-20&language=en_US"
70+
/>
7271
</a>
7372
<img
7473
src="https://ir-na.amazon-adsystem.com/e/ir?t=chrismincom-20&language=en_US&l=li3&o=1&a=1119685540"

0 commit comments

Comments
 (0)