From 6e816fba49e020bfdc3f1ffa10183b585e87d9c1 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 4 May 2023 15:38:40 +0700 Subject: optimizing performance --- src/core/components/elements/Navbar/NavbarMobile.jsx | 2 +- src/core/components/elements/Navbar/Search.jsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/core/components/elements/Navbar') diff --git a/src/core/components/elements/Navbar/NavbarMobile.jsx b/src/core/components/elements/Navbar/NavbarMobile.jsx index 1fd7658e..7ac967fa 100644 --- a/src/core/components/elements/Navbar/NavbarMobile.jsx +++ b/src/core/components/elements/Navbar/NavbarMobile.jsx @@ -47,7 +47,7 @@ const NavbarMobile = () => { {cartCount} - diff --git a/src/core/components/elements/Navbar/Search.jsx b/src/core/components/elements/Navbar/Search.jsx index 77510773..47a9c235 100644 --- a/src/core/components/elements/Navbar/Search.jsx +++ b/src/core/components/elements/Navbar/Search.jsx @@ -56,7 +56,11 @@ const Search = () => { onBlur={onInputBlur} onFocus={loadSuggestion} /> - -- cgit v1.2.3