This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 14ea7d4  fix logo
14ea7d4 is described below

commit 14ea7d4b3cce723d6b08d7f2c55075c6007d891e
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu May 22 20:57:23 2025 +0200

    fix logo
---
 _includes/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/header.html b/_includes/header.html
index 8c683c0..259e572 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,7 +1,7 @@
 <header class="site-header">
   <div class="site-header__wrap">
     <div class="site-header__logo">
-      <a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/img/logo.png" 
alt="Apache StormCrawler"></a>
+      <a href="{{ site.baseurl }}/"><img src="{{ site.baseurl 
}}/img/logo-small.png" alt="Apache StormCrawler"></a>
     </div>
   </div>
 </header>

Reply via email to