From 7da3fcb2f67c9fd68b34b31cf35573da7ff49190 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:48:46 +0300 Subject: [PATCH] Update home_en.html --- home_en.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home_en.html b/home_en.html index 15b19e6..b6d407c 100644 --- a/home_en.html +++ b/home_en.html @@ -391,13 +391,14 @@ link.className = 'menu'; link.href = `${window.location.origin}/home_tr`; link.textContent = 'TR'; + link.setAttribute('aria-label', 'Türkçe sayfaya git'); // links-container içine ekle var container = document.querySelector('.links-container'); if (container) { container.appendChild(link); } - + } }; const darkmode = new Darkmode(options); darkmode.showWidget();