Skip to content

Commit 57978d8

Browse files
committed
updating cover image
1 parent 45dcef8 commit 57978d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reactjsfoundations.com/src/Introduction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Helmet from 'react-helmet';
33
function Introduction(props) {
44
return (
55
<>
6-
{/* <div style={{ textAlign: 'center' }}>
6+
<div style={{ textAlign: 'center' }}>
77
<a href="https://amzn.to/3wVXbqk">
88
<picture style={{ maxWidth: '100%', height: 'auto' }}>
99
<source srcset="/images/cover.webp" type="image/webp" />
@@ -17,7 +17,7 @@ function Introduction(props) {
1717
/>
1818
</picture>
1919
</a>
20-
</div> */}
20+
</div>
2121
<div style={{ textAlign: 'center', spadding: '4px 12px 0px 0px' }}>
2222
<button
2323
style={{

0 commit comments

Comments
 (0)