File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -7,26 +7,26 @@ import imageEarth from "./Images/cartoon earth.png";
77export default function NavBar ( ) {
88 return (
99 < div >
10- < header className = "navBarHeader" >
11- < nav className = "navBarContainer" >
12- < div >
13- < Link to = "/" className = "homeButton" id = "homeLink" >
14- < img src = { imageEarth } alt = "imageEarth" id = "earthButton" />
15- Home
16- </ Link >
17- </ div >
18- < div >
19- < Link to = "/profile" className = "profilePageButton" id = "profileLink" >
20- < img
21- src = { imageAstro }
22- alt = "cartoon astronaut illustration"
23- id = "astroButton"
24- />
25- Profile
26- </ Link >
27- </ div >
28- </ nav >
29- </ header >
10+ < header className = "navBarHeader" >
11+ < nav className = "navBarContainer" >
12+ < div >
13+ < Link to = "/" className = "homeButton" id = "homeLink" >
14+ < img src = { imageEarth } alt = "imageEarth" id = "earthButton" />
15+ Home
16+ </ Link >
17+ </ div >
18+ < div >
19+ < Link to = "/profile" className = "profilePageButton" id = "profileLink" >
20+ < img
21+ src = { imageAstro }
22+ alt = "cartoon astronaut illustration"
23+ id = "astroButton"
24+ />
25+ Profile
26+ </ Link >
27+ </ div >
28+ </ nav >
29+ </ header >
3030 < div className = "stars" > </ div >
3131 </ div >
3232 ) ;
You can’t perform that action at this time.
0 commit comments