neon stack item

This commit is contained in:
2026-03-10 20:59:46 +01:00
parent bf2085fcce
commit 495bd52c5b

View File

@@ -118,6 +118,13 @@ const STACK_META: Record<string, { label: string; icon?: SvglIcon }> = {
},
debian: { label: "Debian" },
htmx: { label: "HTMX" },
neon: {
label: "Neon",
icon: {
light: "https://svgl.app/library/neon.svg",
dark: "https://svgl.app/library/neon.svg",
},
},
};
export function StackBadge({ item }: { item: string }) {