Compare commits

..

No commits in common. 'f9594a8109da29e116a1e08f4487f70ca026b6dc' and '1a163bdac40698bdbdb731b5b228c86abbcc1132' have entirely different histories.

  1. 12
      src/views/Home/Navbar/Mobile/NavbarDrawer/NavbarDrawer.js

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

Loading…
Cancel
Save