Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 19, 2024
1 parent c05db29 commit 3310c7e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ 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" ref={menuCheckboxRef}/>
<input
className="menu-btn"
type="checkbox"
id="menu-btn"
ref={menuCheckboxRef}
/>
<label
className="menu-icon"
htmlFor="menu-btn"
Expand Down Expand Up @@ -90,7 +95,7 @@ function Header() {
<li>
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a>
<ToggleSwitch handleMenuItemClick={handleMenuItemClick}/>
<ToggleSwitch handleMenuItemClick={handleMenuItemClick} />
</a>
</li>
</ul>
Expand Down

0 comments on commit 3310c7e

Please sign in to comment.