Update home_en.html
This commit is contained in:
+2
-2
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user