refine admin cards and form headers
CI / quality (push) Has been cancelled

This commit is contained in:
MOH
2026-03-15 08:59:19 +01:00
parent 623b492787
commit 6caf723695
14 changed files with 371 additions and 246 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const items = [
export function PortfolioSubnav({ active }: PortfolioSubnavProps) {
return (
<AppCard level={2}>
<AppCard level={2} layer="single">
<CardContent className="flex flex-wrap gap-2 p-4">
{items.map((item) => (
<Link