Skip to content

Commit 730514a

Browse files
committed
Run lint fix
1 parent c0c6fb9 commit 730514a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/Components/AddNavBar/NavBar.tsx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ import imageEarth from "./Images/cartoon earth.png";
77
export 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
);

0 commit comments

Comments
 (0)