Skip to content

Commit

Permalink
Try fixing react rehydration error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Sep 8, 2023
1 parent 2c98067 commit d6d93e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Header = ({ isNavShowing = false, toggleNav }: Props) => {
<ul>
<li className="lg:hidden">
<button className="text-xl" onClick={toggleNav}>
&times;
x
</button>
</li>
<li>
Expand Down

0 comments on commit d6d93e9

Please sign in to comment.