Skip to content

Commit

Permalink
Update main_menu.tt
Browse files Browse the repository at this point in the history
Added tags to menu Imgs (to meet WCAG requirements).
  • Loading branch information
Oliver-ctrlo authored Dec 2, 2024
1 parent 2a1560b commit bb79719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/navigation/main_menu.tt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="sidebar__container">
<div class="sidebar__header">
<div class="sidebar__logo">
<img src="[% url.page %]/images/logo_linkspace.svg"/>
<img src="[% url.page %]/images/logo_linkspace.svg" aria-label="LinkSpace Logo" />
</div>
<button type="button" class="sidebar__toggle btn btn-default" aria-expanded="true">
<span>Hide menu</span>
Expand Down Expand Up @@ -62,7 +62,7 @@
</div>
<div class="sidebar__bottom">
<div class="sidebar__logo">
<img src="[% url.page %]/images/logo_linkspace_small.svg"/>
<img src="[% url.page %]/images/logo_linkspace_small.svg" aria-label="LinkSpace Logo" />
</div>
</div>
</nav>

0 comments on commit bb79719

Please sign in to comment.