1 parent b806d33 commit 26df638Copy full SHA for 26df638
1 file changed
js/main.js
@@ -81,7 +81,7 @@ function updateUIStrings() {
81
sidebarTitleSpan.innerText = currentLang === "fa" ? "دستهبندیها" : "Categories";
82
subtitleSpan.innerText = currentLang === "fa" ? "مجموعهای از بهترین کتابخانههای روبی" : "A curated collection of awesome Ruby libraries";
83
langTextSpan.innerText = currentLang === "fa" ? "English" : "فارسی";
84
-document.querySelector(".title h1").innerText = "Awesome Ruby";
+document.querySelector(".title h1").innerText = "Library Ruby";
85
document.body.classList.remove("fa-lang", "en-lang");
86
document.body.classList.add(currentLang === "fa" ? "fa-lang" : "en-lang");
87
if (window.innerWidth <= 768) {
0 commit comments