Revert "Refactor: Shares-Funktionen in Datasets-Seite zusammengeführt"
This reverts commit 55a6c38e02.
This commit is contained in:
@@ -85,9 +85,9 @@ export function Header() {
|
||||
Navigator
|
||||
</Link>
|
||||
<Link
|
||||
href="/datasets"
|
||||
href="/shares"
|
||||
className={`px-3 py-2 rounded-md text-sm font-medium transition-colors ${
|
||||
isActive("/datasets")
|
||||
isActive("/shares")
|
||||
? "bg-accent text-accent-foreground"
|
||||
: "text-muted-foreground hover:text-foreground"
|
||||
}`}
|
||||
@@ -205,9 +205,9 @@ export function Header() {
|
||||
Files
|
||||
</Link>
|
||||
<Link
|
||||
href="/datasets"
|
||||
href="/shares"
|
||||
className={`block px-3 py-2 rounded-md text-sm font-medium ${
|
||||
isActive("/datasets")
|
||||
isActive("/shares")
|
||||
? "bg-accent text-accent-foreground"
|
||||
: "text-muted-foreground hover:text-foreground"
|
||||
}`}
|
||||
|
||||
Reference in New Issue
Block a user