Skip to content

Conversation

@blackcoffeexbt
Copy link
Contributor

Applied Quasar font styling to headings.
Improved "Getting Started" section layout

@dni dni self-requested a review May 11, 2025 02:49
Comment on lines +35 to +48
// //===== close navbar-collapse when a clicked
// let navbarToggler = document.querySelector(".navbar-toggler");
// const navbarCollapse = document.querySelector(".navbar-collapse");

// document.querySelectorAll(".ud-menu-scroll").forEach((e) =>
// e.addEventListener("click", () => {
// navbarToggler.classList.remove("active");
// navbarCollapse.classList.remove("show");
// })
// );
// navbarToggler.addEventListener("click", function () {
// navbarToggler.classList.toggle("active");
// navbarCollapse.classList.toggle("show");
// });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not removing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was commented out for testing. can be removed.

Copy link
Member

@dni dni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove dead code comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants