Skip to content

Commit 4327e86

Browse files
committed
docs: Updated the website to use the dark logo instead.
1 parent aa4b6c2 commit 4327e86

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

website/patches/header-content.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="navbar-brand">
2323
- <a class="navbar-item" href="{{{or site.url siteRootPath}}}">{{site.title}}</a>
2424
+ <a class="navbar-item" href="{{{or site.url siteRootPath}}}">
25-
+ <img src="{{{or site.url siteRootPath}}}/plc4x/{{page.version}}/_images/apache_plc4x_logo_small.png" alt="Apache PLC4X">
25+
+ <img src="{{{or site.url siteRootPath}}}/plc4x/{{page.version}}/_images/apache-plc4x-oakleaf-dark-small.png" alt="Apache PLC4X">
2626
+ </a>
2727
{{#if env.SITE_SEARCH_PROVIDER}}
2828
<div class="navbar-item search hide-for-print">
15.3 KB
Loading
342 KB
Loading

website/resources/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<nav class="navbar">
4949
<div class="navbar-brand">
5050
<a class="navbar-item" href="./">
51-
<img src="./plc4x/latest/_images/apache_plc4x_logo_small.png" alt="Apache PLC4X">
51+
<img src="./plc4x/latest/_images/apache-plc4x-oakleaf-dark-small.png" alt="Apache PLC4X">
5252
</a>
5353
<div class="navbar-item search hide-for-print">
5454
<div id="search-field" class="field">
@@ -105,7 +105,7 @@
105105
<div class="row margin-rl-0">
106106
<div class="col-md-12">
107107
<div class="margin-rl-auto">
108-
<img src="images/apache_plc4x_logo.png" alt="Apache PLC4X"
108+
<img src="images/apache-plc4x-oakleaf-dark.png" alt="Apache PLC4X"
109109
class="plc4x-logo center"/>
110110
</div>
111111
<h3 style="text-align:center;">

0 commit comments

Comments
 (0)