Skip to content

Commit b26b67a

Browse files
author
Matt Smith
authored
Merge pull request #12 from april9288/wooz
PR from Wooz
2 parents 04d369d + c126ad5 commit b26b67a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "CSS_Grid_LearnGame",
2+
"name": "CssGridGame",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": "https://zero-to-mastery.github.io/CSS_Grid_LearnGame/",
5+
"homepage": "https://april9288.github.io/CssGridGame/",
66
"dependencies": {
77
"ajv": "^6.5.4",
88
"gh-pages": "^2.0.0",

src/Components/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Footer = () => {
88
<img style = {{borderRadius:10}} src={ZTM_Logo} alt="Zero To Mastery Community" height={100} />
99
</div>
1010
<div>
11-
<p style={{fontSize : "1.2rem", margin: 0}}>Zero To Mastery Community </p>
11+
<p style={{fontSize : "1.2rem", margin: 0, color: "goldenrod"}}>Zero To Mastery Community </p>
1212

1313
<div style={{margin: "1.2rem 0"}}>
1414
<a className = "footer_links" href="https://zerotomastery.io/">Community Website</a>

0 commit comments

Comments
 (0)