Skip to content

Commit 28b6df4

Browse files
author
iskanderandrews
committed
src/components/Footer/Footer.js:
Removing the copyrights
1 parent fdddf11 commit 28b6df4

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

client/src/components/Footer/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function Footer(props) {
5252
</ListItem>
5353
</List>
5454
</div>
55-
<div className={classes.right}>
55+
{/* <div className={classes.right}>
5656
&copy; {1900 + new Date().getYear()}, made with{" "}
5757
<Favorite className={classes.icon}/> by {" "}
5858
<a
@@ -62,7 +62,7 @@ export default function Footer(props) {
6262
>
6363
Blockboard
6464
</a>
65-
</div>
65+
</div> */}
6666
</div>
6767
</footer>
6868
);

client/src/views/LandingPage/LandingPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default function LandingPage(props) {
100100
</Parallax>
101101
<MainContainer>
102102
<LatestFaces/>
103-
<LatestGlitched/>
103+
{/* <LatestGlitched/> */}
104104
<MostViewed/>
105105
{/* <GridContainer justify="center">
106106
<h5 className={classes.artBreederTitle}>CryptoWeirdos is created using ArtBreeder tool by Joel Simon</h5>

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,5 @@
8888
"nodemon": "^2.0.2",
8989
"truffle-hdwallet-provider": "^1.0.5",
9090
"web3": "^1.2.5-rc.0"
91-
},
92-
"engines": {
93-
"node": "8.11.x",
94-
"npm": "5.6.x"
9591
}
9692
}

0 commit comments

Comments
 (0)