This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 367403e Use common image
367403e is described below
commit 367403efafda926f5136561a47957664acab0489
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Aug 25 09:40:25 2025 -0700
Use common image
---
content/theme/templates/menu.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/theme/templates/menu.html
b/content/theme/templates/menu.html
index 71ed40c..3da0d4e 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -1,7 +1,7 @@
<!-- nav bar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" aria-label="Fifth
navbar example">
<div class="container-fluid">
- <a class="navbar-brand" href="/"><img src="/images/feather.png"
style="height: 32px;"/> ASF Tooling</a>
+ <a class="navbar-brand" href="/"><img
src="https://apache.org/img/asf_logo.png" style="height: 32px;"/> ASF
Tooling</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]