add hover mode sidebar
This commit is contained in:
@@ -11,7 +11,7 @@ function HeadMd({ open, setOpen }) {
|
||||
>
|
||||
<Link
|
||||
href="/panel/dashboard"
|
||||
className={`flex justify-center transition-all duration-500 ${
|
||||
className={`flex justify-center transition-all duration-500 logo-sidebar ${
|
||||
open ? "max-w-full" : "max-w-0"
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user