diff --git a/components/core/Navbar/Navbar.tsx b/components/core/Navbar/Navbar.tsx index fc7df560c..add8f1aa8 100644 --- a/components/core/Navbar/Navbar.tsx +++ b/components/core/Navbar/Navbar.tsx @@ -14,7 +14,7 @@ const Navbar: FC = ({ className }) => { return ( -

+

diff --git a/components/ui/Sidebar/Sidebar.module.css b/components/ui/Sidebar/Sidebar.module.css index c3a2af639..1d8cbdb32 100644 --- a/components/ui/Sidebar/Sidebar.module.css +++ b/components/ui/Sidebar/Sidebar.module.css @@ -1,2 +1,3 @@ .root { + @apply transition-all duration-75 ease-in-out; }