From a9aea9e594c18a0fabf429afbf8a1295fb46f150 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 12 Jun 2022 13:14:10 +0430 Subject: [PATCH] update src/components/AddToCart/index.js, src/components/Navbar/SearchResult/index.js and src/components/Navbar/index.js --- src/components/AddToCart/index.js | 2 +- src/components/Navbar/SearchResult/index.js | 8 ++++---- src/components/Navbar/index.js | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/AddToCart/index.js b/src/components/AddToCart/index.js index 2d50dd0..fd0e007 100644 --- a/src/components/AddToCart/index.js +++ b/src/components/AddToCart/index.js @@ -31,7 +31,7 @@ const AddToCartCard = ({ }, { icon: shieldTick, - description: `${window.t("گارانتی اصالت و سلامت فیزیکی")} `, + description: window.t("گارانتی اصالت و سلامت فیزیکی"), }, ]; return ( diff --git a/src/components/Navbar/SearchResult/index.js b/src/components/Navbar/SearchResult/index.js index 33391e8..ba41254 100644 --- a/src/components/Navbar/SearchResult/index.js +++ b/src/components/Navbar/SearchResult/index.js @@ -6,7 +6,7 @@ const Pages = [ { strings: "خانه - home - Home - Landing - landing", link: "/", - name: `${window.t("خانه")}`, + name: window.t("خانه"), }, { strings: "ورود - ثبت نام - لاگین - login - Login", @@ -17,13 +17,13 @@ const Pages = [ strings: "کتاب - محصول - ویدئو - book - video - books - videos - خرید - ریاضی - علوم - شیمی - زیست - محصولات - ویدئوها - کتاب‌ها", link: "/products", - name: `${window.t("محصولات")}`, + name: window.t("محصولات"), }, { strings: "آدرس - شماره تماس - ارتباط با ما - نقشه - تیکت - شکایت - address - map - phone number - contact us", link: "/contact-us", - name: `${window.t("ارتباط با ما")}`, + name: window.t("ارتباط با ما"), }, ]; @@ -53,7 +53,7 @@ export const SearchResult = ({ text, books, setText }) => { >
- {window.t("محصولات")}{" "} + {window.t("محصولات")}