neon stack item
This commit is contained in:
@@ -118,6 +118,13 @@ const STACK_META: Record<string, { label: string; icon?: SvglIcon }> = {
|
|||||||
},
|
},
|
||||||
debian: { label: "Debian" },
|
debian: { label: "Debian" },
|
||||||
htmx: { label: "HTMX" },
|
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 }) {
|
export function StackBadge({ item }: { item: string }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user