Update home_en.html

This commit is contained in:
FURK4NGG
2025-04-05 14:43:37 +03:00
committed by GitHub
parent e80f0ab482
commit d63cfc8fd7
+1 -1
View File
@@ -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