forked from osanseviero/InstantCoder
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: toggle banner visibility and enhance header accessibility
- Set `showBanner` state to `false` by default in `page.tsx` - Refactor `Header.tsx` to use semantic HTML elements and improve accessibility - Add `role="banner"` to the header - Wrap navigation links in a `nav` element with `aria-label` - Use `span` elements for link text to improve semantics - Add `rel="noopener noreferrer"` and `aria-label` to the GitHub link - Add `aria-hidden="true"` to the GitHub icon
- Loading branch information
Showing
2 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters