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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4028445c5 fix broken logo link (#383)
4028445c5 is described below

commit 4028445c582f42ecccf687176b44d861a1766fba
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Jan 12 13:18:25 2026 +0800

    fix broken logo link (#383)
---
 docs/docs/introduction/introduction.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/docs/introduction/introduction.md 
b/docs/docs/introduction/introduction.md
index bc7ef847a..deb3bdfd2 100644
--- a/docs/docs/introduction/introduction.md
+++ b/docs/docs/introduction/introduction.md
@@ -4,7 +4,10 @@ title: Introduction
 sidebar_position: 1
 ---
 
-<img width="65%" alt="Apache Fory logo" src="/img/navbar-logo.png"/>
+<div class="themed-logo">
+    <img width="65%" alt="Apache Fory logo" src="/img/fory-logo-dark.png" 
class="themed-logo-dark"/>
+    <img width="65%" alt="Apache Fory logo" src="/img/fory-logo-light.png" 
class="themed-logo-light"/>
+</div>
 
 **Apache Fory™** is a blazingly-fast multi-language serialization framework 
powered by **JIT compilation**, **zero-copy** techniques, and **advanced code 
generation**, achieving up to **170x performance improvement** while 
maintaining simplicity and ease of use.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to