fix: remove inline display property from burger button to allow Bulma media queries to hide it on desktop width

This commit is contained in:
vickytechkey 2026-08-20 21:59:54 +05:30
parent 92a6e9fb03
commit 89ceb23c5a

View file

@ -824,7 +824,7 @@ export default function App() {
aria-label="menu"
aria-expanded={isMobileMenuOpen ? 'true' : 'false'}
onClick={() => setIsMobileMenuOpen(!isMobileMenuOpen)}
style={{ background: 'none', border: 'none', marginLeft: 'auto', display: 'block' }}
style={{ background: 'none', border: 'none', marginLeft: 'auto' }}
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>