Update home_en.html

This commit is contained in:
FURK4NGG
2025-04-05 14:42:23 +03:00
committed by GitHub
parent b78d0cc47d
commit e80f0ab482
+2 -2
View File
@@ -389,8 +389,8 @@
var link = document.createElement('a');
link.id = 'toskills';
link.className = 'menu';
link.href = 'https://sayfaurl_tr';
link.textContent = 'Yetenekler';
link.href = `${window.location.origin}/tr`;
link.textContent = 'TR';
// links-container içine ekle
var container = document.querySelector('.links-container');