diff --git a/src/components/Layout/SearchInput/index.tsx b/src/components/Layout/SearchInput/index.tsx index d8857dac8..db9a833cc 100644 --- a/src/components/Layout/SearchInput/index.tsx +++ b/src/components/Layout/SearchInput/index.tsx @@ -13,7 +13,7 @@ const SearchInput: React.FC = () => { const { searchValue, setSearchValue, setIsOpen, clear } = useSearchInput(); return (
-
+
diff --git a/src/components/Layout/Sidebar/index.tsx b/src/components/Layout/Sidebar/index.tsx index 183838a48..689faf909 100644 --- a/src/components/Layout/Sidebar/index.tsx +++ b/src/components/Layout/Sidebar/index.tsx @@ -73,7 +73,7 @@ const Sidebar: React.FC = ({ open, setClosed }) => { return ( <> -
+
= ({ open, setClosed }) => {
-
+
diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 0e2aa2142..c4cd77b3d 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -52,11 +52,11 @@ const Layout: React.FC = ({ children }) => {
setSidebarOpen(false)} /> -
+
{