Add kanban board to page

This commit is contained in:
2026-02-01 16:20:35 +01:00
parent aa95635e3e
commit 940e934237
2 changed files with 124 additions and 1 deletions

View File

@ -12,6 +12,7 @@ const links = [
{ href: "/artworks", label: "Portfolio" },
{ href: "/artworks/animalstudies", label: "Animal Studies" },
{ href: "/commissions", label: "Commissions" },
{ href: "/commissions/status", label: "Commission Status" },
{ href: "/tos", label: "Terms of Service" },
// { href: "/portfolio/artfight", label: "Artfight" },
// { href: "/portfolio/minis", label: "Miniatures" },
@ -72,4 +73,4 @@ export default function TopNav() {
</div>
</div>
);
}
}