Added aria-labels

This commit is contained in:
Stone-Red-Code
2021-03-19 09:25:04 +01:00
parent 979ca73bc9
commit 4257310224
+2 -2
View File
@@ -1,9 +1,9 @@
<nav class="navbar navbar-expand-sm navbar-light sticky-top fg-theme">
<a class="navbar-brand" href="http://github.com/Stone-Red-Code"><img class="rounded"
<a class="navbar-brand" href="http://github.com/Stone-Red-Code" aria-label="GitHub Link"><img class="rounded"
src="https://github.com/Stone-Red-Code.png" height="45" alt="Profile picture"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar" aria-label="Menu Button">
<span class="navbar-toggler-icon"></span>
</button>