This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0a710770a Use logo only in the menu
0a710770a is described below
commit 0a710770a4edeb28589f6f30aa951cce0d1f8db6
Author: JB Onofré <[email protected]>
AuthorDate: Tue Sep 16 17:57:29 2025 +0200
Use logo only in the menu
---
src/_includes/nav.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/_includes/nav.html b/src/_includes/nav.html
index f5cac4379..9137289a0 100644
--- a/src/_includes/nav.html
+++ b/src/_includes/nav.html
@@ -43,7 +43,7 @@
</ul>
</li>
<li class="nav-item dropdown">
- <a class="nav-link" id="navbarDropdownTeam"
data-target="#" href="" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><img src="{{site.baseurl}}/assets/img/asf_logo_wide.png"
style="height:20px">Apache<span class="caret"></span></a>
+ <a class="nav-link" id="navbarDropdownTeam"
data-target="#" href="" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><img src="{{site.baseurl}}/assets/img/asf_logo_wide.png"
style="height:25px"> <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-center multi-column
columns-1" aria-labelledby="navbarDropdownTeam">
<div class="row">
<div class="col-sm-12">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact