Update home_en.html
This commit is contained in:
+2
-2
@@ -389,8 +389,8 @@
|
|||||||
var link = document.createElement('a');
|
var link = document.createElement('a');
|
||||||
link.id = 'toskills';
|
link.id = 'toskills';
|
||||||
link.className = 'menu';
|
link.className = 'menu';
|
||||||
link.href = 'https://sayfaurl_tr';
|
link.href = `${window.location.origin}/tr`;
|
||||||
link.textContent = 'Yetenekler';
|
link.textContent = 'TR';
|
||||||
|
|
||||||
// links-container içine ekle
|
// links-container içine ekle
|
||||||
var container = document.querySelector('.links-container');
|
var container = document.querySelector('.links-container');
|
||||||
|
|||||||
Reference in New Issue
Block a user