From 78d4c69ecfa9d722b6eda92901c2669b24d88a56 Mon Sep 17 00:00:00 2001 From: GuavaPopper Date: Thu, 4 Jun 2026 22:42:29 +0700 Subject: [PATCH] fix: sinkronkan toggle bahasa mobile RODA --- groups/RODA/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groups/RODA/index.html b/groups/RODA/index.html index 377afc9..7e2bef5 100644 --- a/groups/RODA/index.html +++ b/groups/RODA/index.html @@ -1662,7 +1662,7 @@ : 'ID | EN'; } - const mobileButton = document.getElementById('mobile-lang-toggle-btn'); + const mobileButton = document.getElementById('lang-toggle-mobile'); if (mobileButton) { mobileButton.textContent = currentLang === 'id' ? 'Bahasa: ID' : 'Language: EN'; } @@ -2135,4 +2135,4 @@ - \ No newline at end of file +