diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-04 15:38:40 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-04 15:38:40 +0700 |
| commit | 6e816fba49e020bfdc3f1ffa10183b585e87d9c1 (patch) | |
| tree | 4e8b19f2f3f4da8d783678d58d8c35d2773bab45 /src/core/components/elements/Navbar/NavbarMobile.jsx | |
| parent | ffebc1b10550e10de6cde9b4757dd0d5a4cf644c (diff) | |
optimizing performance
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarMobile.jsx')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarMobile.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
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} </span> </Link> - <button type='button' onClick={open}> + <button type='button' aria-label='sidebarMenuButton' onClick={open}> <Bars3Icon className='w-6 text-gray_r-12' /> </button> </div> |
