File tree Expand file tree Collapse file tree 3 files changed +9985
-9725
lines changed Expand file tree Collapse file tree 3 files changed +9985
-9725
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function App(props) {
35
35
/>
36
36
</ Helmet >
37
37
< div className = "container" >
38
- < Suspense fallback = { < div > </ div > } >
38
+ < Suspense fallback = { < div > loading... </ div > } >
39
39
< div id = "column2" >
40
40
< main >
41
41
{ routes }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Helmet from 'react-helmet';
3
3
function Introduction ( props ) {
4
4
return (
5
5
< >
6
- < div style = { { textAlign : 'center' } } >
6
+ { /* <div style={{ textAlign: 'center' }}>
7
7
<a href="https://amzn.to/3wVXbqk">
8
8
<picture style={{ maxWidth: '100%', height: 'auto' }}>
9
9
<source srcSet="/images/cover.webp" type="image/webp" />
@@ -35,7 +35,7 @@ function Introduction(props) {
35
35
Preview and Buy Now @ Amazon.com
36
36
</a>
37
37
</button>
38
- </ div >
38
+ </div> */ }
39
39
< Helmet >
40
40
< title >
41
41
React JS Foundations - Building User Interfaces with ReactJS: An
You can’t perform that action at this time.
0 commit comments