From 1a163bdac40698bdbdb731b5b228c86abbcc1132 Mon Sep 17 00:00:00 2001 From: Reza_ashrafi Date: Thu, 2 Jun 2022 17:04:52 +0430 Subject: [PATCH] update public/index.html, src/views/Home/Navbar/Laptop/index.js and src/views/Home/Navbar/Laptop/index.scss --- public/index.html | 151 +++++++++++++----------- src/views/Home/Navbar/Laptop/index.js | 5 + src/views/Home/Navbar/Laptop/index.scss | 2 +- 3 files changed, 86 insertions(+), 72 deletions(-) diff --git a/public/index.html b/public/index.html index 884b49c..d375750 100644 --- a/public/index.html +++ b/public/index.html @@ -1,76 +1,85 @@ + + + + + + + + + + + - - - - - - - - - - - + دانوین + + + + - - + + - const lang_ = window[lang] - if (!lang_) return val; - if (!lang_[val]) console.error(val) - return lang_[val] || ("*" + val); - } - - (function (w, d, s, l, i) { - w[l] = w[l] || []; - w[l].push({ - "gtm.start": new Date().getTime(), - event: "gtm.js", - }); - var f = d.getElementsByTagName(s)[0], - j = d.createElement(s), - dl = l != "dataLayer" ? "&l=" + l : ""; - j.async = true; - j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; - f.parentNode.insertBefore(j, f); - })(window, document, "script", "dataLayer", "GTM-WVV8H9L"); - - - - - - - - -
- - - - \ No newline at end of file + + + + +
+ + + diff --git a/src/views/Home/Navbar/Laptop/index.js b/src/views/Home/Navbar/Laptop/index.js index 65c963a..1d839b3 100644 --- a/src/views/Home/Navbar/Laptop/index.js +++ b/src/views/Home/Navbar/Laptop/index.js @@ -129,6 +129,11 @@ class LaptopNavbar extends Component { {window.t("خروج")}{" "} +
diff --git a/src/views/Home/Navbar/Laptop/index.scss b/src/views/Home/Navbar/Laptop/index.scss index 7630fcc..4790a2b 100644 --- a/src/views/Home/Navbar/Laptop/index.scss +++ b/src/views/Home/Navbar/Laptop/index.scss @@ -9,7 +9,7 @@ background-color: #6cbe44; color: white; font-weight: 500; - margin-left: 10px; + margin: 0px 10px; border-radius: 5px; padding: 0px 4px; }