Skip to content

Commit 8a3eac3

Browse files
committed
Fix logo
1 parent 0aeb874 commit 8a3eac3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

content/images/feather.png

-10.8 KB
Binary file not shown.

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-dark" aria-label="Fifth navbar example">
33
<div class="container-fluid">
4-
<a class="navbar-brand" href="/"><img src="/images/feather.png" style="height: 32px;"/> Apache Infrastructure</a>
4+
<a class="navbar-brand" href="/"><img src="https://apache.org/images/feather.png" style="height: 32px;"/> Apache Infrastructure</a>
55
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" aria-label="Toggle navigation">
66
<span class="navbar-toggler-icon"></span>
77
</button>

0 commit comments

Comments
 (0)