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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0992f7de7 make header logo link to homepage instead of #
0992f7de7 is described below

commit 0992f7de7ec3205fdc74f6d920accca49d172e43
Author: Josh Tynjala <joshtynj...@bowlerhat.dev>
AuthorDate: Wed Jun 25 11:00:34 2025 -0700

    make header logo link to homepage instead of #
---
 theme/apache/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 3686eb8f4..6513b8455 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -52,7 +52,7 @@
             <!-- Logo -->
             <div class="span5">
 
-                <a href="#"><img src="/images/logo_01_fullcolor-sm.png" 
alt="Apache Flex®" title="Apache Flex®" /></a>
+                <a href="/"><img src="/images/logo_01_fullcolor-sm.png" 
alt="Apache Flex®" title="Apache Flex®" /></a>
 
             </div>
 

Reply via email to