File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " CSS_Grid_LearnGame " ,
2
+ "name" : " CssGridGame " ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
- "homepage" : " https://zero-to-mastery .github.io/CSS_Grid_LearnGame /" ,
5
+ "homepage" : " https://april9288 .github.io/CssGridGame /" ,
6
6
"dependencies" : {
7
7
"ajv" : " ^6.5.4" ,
8
8
"gh-pages" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Footer = () => {
8
8
< img style = { { borderRadius :10 } } src = { ZTM_Logo } alt = "Zero To Mastery Community" height = { 100 } />
9
9
</ div >
10
10
< 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 >
12
12
13
13
< div style = { { margin : "1.2rem 0" } } >
14
14
< a className = "footer_links" href = "https://zerotomastery.io/" > Community Website</ a >
You can’t perform that action at this time.
0 commit comments