Skip to content

Commit

Permalink
Merge pull request #302 from celestiaorg/hotfix/mobile-menu-fix
Browse files Browse the repository at this point in the history
fix mobile menu
  • Loading branch information
alex-beckett authored Nov 27, 2023
2 parents 09bb420 + e1ade01 commit c7befc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Header = () => {

return (
<>
<header id={"header"} className={isBlur ? "blur" : ""}>
<header id={"header"} className={`${isBlur ? "blur" : ""} ${isMenuOpen ? "menu-opened" : ""}`}>
<div className={"blurry"} />
<div className={"container"}>
<button
Expand Down

0 comments on commit c7befc4

Please sign in to comment.