remove non needed important

This commit is contained in:
akcodez
2025-09-30 12:32:22 -07:00
parent 46c6a5de5a
commit 55db17553d
3 changed files with 15 additions and 15 deletions

View File

@@ -145,7 +145,7 @@ export function Navbar(props) {
const isNavbarCollapsed =
navbarToggler.getAttribute("aria-expanded") === "true";
if (isNavbarCollapsed) {
navbarToggler.click(); // Simulate click to toggle navbar
navbarToggler?.click(); // Simulate click to toggle navbar
}
};