activ (blau) für "Übersicht" in Link dashoard und dashboard.html
This commit is contained in:
@@ -29,7 +29,8 @@ function Navigation() {
|
||||
<Link href={item.path} key={item.name}>
|
||||
<div
|
||||
className={`block px-4 py-2 mb-4 font-bold whitespace-nowrap transition duration-300 ${
|
||||
activeLink === item.path
|
||||
activeLink.startsWith(item.path) ||
|
||||
activeLink.startsWith(item.path + ".html")
|
||||
? "bg-sky-500 text-white rounded-r-full"
|
||||
: "text-black hover:bg-gray-200 rounded-r-full"
|
||||
}`}
|
||||
|
||||
Reference in New Issue
Block a user