update ar.js, en.js and NavbarDrawer.js دانوین

front
amir hosein gorji 2 years ago
parent 6f022562f8
commit 97247345db
  1. 12
      src/views/Home/Navbar/Mobile/NavbarDrawer/NavbarDrawer.js

@ -64,9 +64,9 @@ class NavbarDrawer extends Component {
message: "",
},
{
name: "بلاگ",
name: window.t("وبلاگ"),
link: "/blogs",
icon: <img src={mobileBlog} alt="بلاگ" />,
icon: <img src={mobileBlog} alt={window.t("وبلاگ")} />,
toast: "",
message: "",
},
@ -116,16 +116,16 @@ class NavbarDrawer extends Component {
message: "",
},
{
name: "بلاگ",
name: window.t("وبلاگ"),
link: "/blogs",
icon: <img src={mobileBlog} alt="بلاگ" />,
icon: <img src={mobileBlog} alt={window.t("وبلاگ")} />,
toast: "",
message: "",
},
{
name: window.t("دانوینیها"),
name: window.t("دانوینی ها"),
link: "/",
icon: <img src={mobileProfile} alt={window.t("دانوینیها")} />,
icon: <img src={mobileProfile} alt={window.t("دانوینی ها")} />,
toast: window.t("به زودی این بخش فعال می شود"),
message: "به زودی",
},

Loading…
Cancel
Save