Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fuoridallarete committed Feb 6, 2024
1 parent 7a9c44d commit 5098cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Header = () => {
<div className="navbar-start">
<div className="dropdown">
<label
for="menu"
htmlFor="menu"
tabIndex={0}
className="btn btn-ghost lg:hidden"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ThemeSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function ThemeSelector() {
<>
<div className="dropdown dropdown-bottom dropdown-end">
<label
for="themeToggle"
htmlFor="themeToggle"
tabIndex={0}
className="btn btn-circle btn-ghost m-1"
data-testid="themeSelectorButton"
Expand Down

0 comments on commit 5098cc6

Please sign in to comment.