Skip to content

Commit 621d217

Browse files
authored
Add alt attribute to img tag in menu (#64)
1 parent 7117552 commit 621d217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/theme/templates/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- nav bar -->
22
<nav class="navbar navbar-expand-lg navbar-dark bg-info" aria-label="Fifth navbar example">
33
<div class="container-fluid">
4-
<a class="navbar-brand" href="/"><img src="https://apache.org/img/asf_logo.png" style="height: 42px;"/>
4+
<a class="navbar-brand" href="/"><img src="https://apache.org/img/asf_logo.png" alt="The Apache Software Foundation" style="height: 42px;"/>
55
<span style="position: relative; top: 5px; margin-left: 16px;">Tooling Initiative</span></a>
66
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" aria-label="Toggle navigation">
77
<span class="navbar-toggler-icon"></span>

0 commit comments

Comments
 (0)