Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add accessible name to navigation icon links (#442)
Currently these links lack an accessible name at large screen sizes (as their actual text content is set in the `<small class="d-lg-none ...">`). Adding `aria-label` to the links themselves explicitly circumvents this problem. Additionally, this fixes the visible text for the "Twitter" link.
- Loading branch information