From d63cfc8fd74f6ac1686df82258e570b782fcfb3a Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:43:37 +0300 Subject: [PATCH] Update home_en.html --- home_en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_en.html b/home_en.html index 40e84c0..15b19e6 100644 --- a/home_en.html +++ b/home_en.html @@ -389,7 +389,7 @@ var link = document.createElement('a'); link.id = 'toskills'; link.className = 'menu'; - link.href = `${window.location.origin}/tr`; + link.href = `${window.location.origin}/home_tr`; link.textContent = 'TR'; // links-container içine ekle