Skip to content

Commit 9ada59d

Browse files
committed
optimizing and removing unneeded code
1 parent 6f1fa39 commit 9ada59d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

reactjsfoundations.com/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "book-code-listings",
33
"homepage": "https://www.reactjsfoundations.com",
4+
"sideEffects": false,
45
"version": "1.0.0",
56
"private": true,
67
"dependencies": {

reactjsfoundations.com/src/App.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,7 @@ function App(props) {
6565
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"
6666
/>
6767
</a>
68-
<img
69-
src="https://ir-na.amazon-adsystem.com/e/ir?t=chrismincom-20&language=en_US&l=li3&o=1&a=1119685540"
70-
width="1"
71-
height="1"
72-
border="0"
73-
alt=""
74-
style={{ border: 'none !important', margin: '0px !important' }}
75-
/>
68+
7669
<br />
7770
<br />
7871
<WpBlogWidget posts="3" title="Latest Blog Posts" />

0 commit comments

Comments
 (0)