This commit is contained in:
@@ -5,7 +5,7 @@ import { CardContent } from "@/components/ui/card";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
type PortfolioSubnavProps = {
|
||||
active: "overview" | "categories" | "projects";
|
||||
active: "overview" | "categories";
|
||||
};
|
||||
|
||||
const items = [
|
||||
@@ -19,11 +19,6 @@ const items = [
|
||||
label: "Kategorien",
|
||||
href: "/root/portfolio/categories",
|
||||
},
|
||||
{
|
||||
key: "projects",
|
||||
label: "Projekte",
|
||||
href: "/root/portfolio/projects",
|
||||
},
|
||||
] as const;
|
||||
|
||||
export function PortfolioSubnav({ active }: PortfolioSubnavProps) {
|
||||
|
||||
Reference in New Issue
Block a user