This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-fluo-website.git
The following commit(s) were added to refs/heads/main by this push:
new 3916ab9 Fix logo width
3916ab9 is described below
commit 3916ab94c6a83cd84e59bb3497a8a104f9475fc6
Author: Christopher Tubbs <[email protected]>
AuthorDate: Fri Sep 26 16:32:43 2025 -0400
Fix logo width
---
_layouts/default.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/default.html b/_layouts/default.html
index d94de75..d52a49e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -64,7 +64,7 @@
</ul>
<ul class="navbar-nav nav navbar-right">
<li class="dropdown">
- <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img
alt="Apache Software Foundation"
src="https://www.apache.org/images/feather-small.png" width="70"/><span
class="caret"></span></a>
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#"><img
alt="Apache Software Foundation"
src="https://www.apache.org/foundation/press/kit/feather.svg" width="15"/><span
class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.apache.org">Apache Homepage</a></li>
<li><a href="https://www.apache.org/licenses/">License</a></li>