add hover mode sidebar

This commit is contained in:
Ehsan
2024-09-27 12:44:02 +03:30
parent 35edd873fc
commit 68f75cd5f7
4 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function Links({ open }) {
</div>
<p
className={`
transition-all duration-500
transition-all duration-500 text-sidebar
${open ? "opacity-100" : "md:opacity-0"}
${
item.src === pathname