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

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 42df7d9bd2 chore: Update the website image
42df7d9bd2 is described below

commit 42df7d9bd25ef188fb4596ede30c90a2c970e535
Author: hutcheb <[email protected]>
AuthorDate: Sat May 9 15:21:00 2026 +1000

    chore: Update the website image
---
 website/patches/header-content.patch               |   2 +-
 .../images/apache-plc4x-oakleaf-dark-small.png     | Bin 15673 -> 0 bytes
 .../resources/images/apache-plc4x-oakleaf-dark.png | Bin 349777 -> 0 bytes
 website/resources/images/apache_plc4x_logo.png     | Bin 399670 -> 349777 bytes
 .../resources/images/apache_plc4x_logo_small.png   | Bin 12604 -> 15673 bytes
 website/resources/index.html                       |   2 +-
 6 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/patches/header-content.patch 
b/website/patches/header-content.patch
index df79eac072..954ad8577b 100644
--- a/website/patches/header-content.patch
+++ b/website/patches/header-content.patch
@@ -22,7 +22,7 @@
      <div class="navbar-brand">
 -      <a class="navbar-item" href="{{{or site.url 
siteRootPath}}}">{{site.title}}</a>
 +      <a class="navbar-item" href="{{{or site.url siteRootPath}}}">
-+          <img src="{{{or site.url 
siteRootPath}}}/plc4x/{{page.version}}/_images/apache-plc4x-oakleaf-dark-small.png"
 alt="Apache PLC4X">
++          <img src="{{{or site.url 
siteRootPath}}}/plc4x/{{page.version}}/_images/apache_plc4x_logo.png" 
alt="Apache PLC4X">
 +      </a>
        {{#if env.SITE_SEARCH_PROVIDER}}
        <div class="navbar-item search hide-for-print">
diff --git a/website/resources/images/apache-plc4x-oakleaf-dark-small.png 
b/website/resources/images/apache-plc4x-oakleaf-dark-small.png
deleted file mode 100644
index 45d6ba1d2c..0000000000
Binary files a/website/resources/images/apache-plc4x-oakleaf-dark-small.png and 
/dev/null differ
diff --git a/website/resources/images/apache-plc4x-oakleaf-dark.png 
b/website/resources/images/apache-plc4x-oakleaf-dark.png
deleted file mode 100644
index 97062a1745..0000000000
Binary files a/website/resources/images/apache-plc4x-oakleaf-dark.png and 
/dev/null differ
diff --git a/website/resources/images/apache_plc4x_logo.png 
b/website/resources/images/apache_plc4x_logo.png
index f23dd8da0a..97062a1745 100644
Binary files a/website/resources/images/apache_plc4x_logo.png and 
b/website/resources/images/apache_plc4x_logo.png differ
diff --git a/website/resources/images/apache_plc4x_logo_small.png 
b/website/resources/images/apache_plc4x_logo_small.png
index ae261ab41b..45d6ba1d2c 100644
Binary files a/website/resources/images/apache_plc4x_logo_small.png and 
b/website/resources/images/apache_plc4x_logo_small.png differ
diff --git a/website/resources/index.html b/website/resources/index.html
index 3cefaeee3f..f85128d226 100644
--- a/website/resources/index.html
+++ b/website/resources/index.html
@@ -48,7 +48,7 @@
   <nav class="navbar">
     <div class="navbar-brand">
       <a class="navbar-item" href="./">
-          <img 
src="./plc4x/latest/_images/apache-plc4x-oakleaf-dark-small.png" alt="Apache 
PLC4X">
+          <img src="./plc4x/latest/_images/apache_plc4x_logo.png" alt="Apache 
PLC4X">
       </a>
       <div class="navbar-item search hide-for-print">
         <div id="search-field" class="field">

Reply via email to