Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All examples in example page have a unnecessary ,nav closing tag #97

Closed
pc-codersbox opened this issue Jul 7, 2023 · 1 comment
Closed
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@pc-codersbox
Copy link

The examples in your Navigation example page has HTML setup in following structure:

<header ...>
  <div ...>
    ...
  </nav> <!-- This is not correct. You should change the div after header to nav -->
</header>
@jahaganiev jahaganiev added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 9, 2023
@Mr-Zafar
Copy link
Collaborator

Mr-Zafar commented Nov 7, 2023

@pc-codersbox addressed and fixed in v2.0. thanks for the heads up.

@Mr-Zafar Mr-Zafar closed this as completed Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants