|
|
|
@ -58,7 +58,7 @@ export const Sidebar = ({ children }: SidebarProps): JSX.Element => { |
|
|
|
]; |
|
|
|
|
|
|
|
return ( |
|
|
|
<div className="min-w-[280px] max-w-min flex-col border-r-[0.5px] border-slate-300 bg-transparent dark:border-slate-700"> |
|
|
|
<div className="min-w-[280px] max-w-min flex-col overflow-y-auto border-r-[0.5px] border-slate-300 bg-transparent dark:border-slate-700"> |
|
|
|
<div className="flex justify-between px-8 py-6"> |
|
|
|
<div> |
|
|
|
<span className="text-lg font-medium"> |
|
|
|
|