From 68cd20864eff513e1be498f41f7e8febf1d684d1 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 4444965..ba679c8 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 +