We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dcef8 commit 57978d8Copy full SHA for 57978d8
reactjsfoundations.com/src/Introduction.js
@@ -3,7 +3,7 @@ import Helmet from 'react-helmet';
3
function Introduction(props) {
4
return (
5
<>
6
- {/* <div style={{ textAlign: 'center' }}>
+ <div style={{ textAlign: 'center' }}>
7
<a href="https://amzn.to/3wVXbqk">
8
<picture style={{ maxWidth: '100%', height: 'auto' }}>
9
<source srcset="/images/cover.webp" type="image/webp" />
@@ -17,7 +17,7 @@ function Introduction(props) {
17
/>
18
</picture>
19
</a>
20
- </div> */}
+ </div>
21
<div style={{ textAlign: 'center', spadding: '4px 12px 0px 0px' }}>
22
<button
23
style={{
0 commit comments