Closed SumaiyaaRq closed 2 weeks ago
Hi @rahulptl165 , Thank you for your PR! I really appreciate your effort on this. However, just to clarify, the issue hasn't yet been labeled as ready for work
. As per the guidelines, we typically wait for that label before starting work on the issue to ensure it's ready for contributors.
I would suggest you to go through the Contribution Guidelines to know how issues and PRs are managed here , it would definitely be helpful for your future contributions to the organization.
Hi, @SumaiyaaRq, Thanks for the feedback! I’ll review the Contribution Guidelines to align better with the process. Looking forward to contributing more effectively!
Description
The opening
<nav>
tag is missing the closing angle bracket(>)
, which prevents proper rendering of the navigation section. https://github.com/creativecommons/vocabulary/blob/3b23d444c94b81f9d8d7c639031a797410f5718f/specimen/contexts/person-page.html#L226Reproduction
Expectation
The
<nav>
tag should be properly closed. Since the tag is missing the closing>
, it is causing improper rendering of the HTML code , leading to layout issues .Screenshots
Environment
Resolution