Skip to content

Commit 26df638

Browse files
authored
Update main.js
1 parent b806d33 commit 26df638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function updateUIStrings() {
8181
sidebarTitleSpan.innerText = currentLang === "fa" ? "دسته‌بندی‌ها" : "Categories";
8282
subtitleSpan.innerText = currentLang === "fa" ? "مجموعه‌ای از بهترین کتابخانه‌های روبی" : "A curated collection of awesome Ruby libraries";
8383
langTextSpan.innerText = currentLang === "fa" ? "English" : "فارسی";
84-
document.querySelector(".title h1").innerText = "Awesome Ruby";
84+
document.querySelector(".title h1").innerText = "Library Ruby";
8585
document.body.classList.remove("fa-lang", "en-lang");
8686
document.body.classList.add(currentLang === "fa" ? "fa-lang" : "en-lang");
8787
if (window.innerWidth <= 768) {

0 commit comments

Comments
 (0)