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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9266a70f1d fixed theme select (#1383)
9266a70f1d is described below

commit 9266a70f1d3efd9690ef772ca929006c1e8e6954
Author: Shashiranjan singh <[email protected]>
AuthorDate: Sun Jan 11 22:44:38 2026 +0530

    fixed theme select (#1383)
---
 landing-pages/site/assets/js/dark-mode.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/landing-pages/site/assets/js/dark-mode.js 
b/landing-pages/site/assets/js/dark-mode.js
index 32e183200f..5d1b5aea26 100644
--- a/landing-pages/site/assets/js/dark-mode.js
+++ b/landing-pages/site/assets/js/dark-mode.js
@@ -54,7 +54,7 @@
   setTheme(getPreferredTheme())
 
   const showActiveTheme = (theme, focus = false) => {
-    const themeSwitchers = document.querySelectorAll('.theme-switcher')
+    const themeSwitchers = document.querySelectorAll('#bd-theme')
 
     if (!themeSwitchers.length) {
       return

Reply via email to