Commit 60956ff6 authored by Venkaiah Naidu Singamchetty's avatar Venkaiah Naidu Singamchetty

Merge branch 'master' into 'apiserver'

# Conflicts:
#   src/components/sidebar/index.jsx
parents eeb9dacc 07644bf7
......@@ -24,7 +24,7 @@ function Sidebar() {
menus.map((menu) => (
<li>
<Link
className={`flex items-center ${url.includes(menu.path) && 'bg-gray-300'} gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 `}
className={`flex items-center ${url.includes(menu.path) && 'bg-gray-100'} gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 `}
to={menu.path}
>
<span>{menu.icon}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment