Skip to content

Commit

Permalink
Update Header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha4041 authored Aug 23, 2024
1 parent d78550f commit 937e12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Header() {
<span className="logo-name">{greeting.username}</span>
<span className="grey-color">/&gt;</span>
</a>
<input className="menu-btn" type="checkbox" id="menu-btn" />
<input className="menu-btn" type="checkbox" id="menu-btn" /></ul>
<label
className="menu-icon"
htmlFor="menu-btn"
Expand Down

0 comments on commit 937e12f

Please sign in to comment.