We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106bd27 commit 9fcd4cdCopy full SHA for 9fcd4cd
1 file changed
app/lib/tags.ts
@@ -11,6 +11,10 @@ export const tags = [
11
name: "Spotlights",
12
color: "#7e22ce",
13
},
14
+ {
15
+ name: "Development",
16
+ color: "#2563eb",
17
+ }
18
];
19
20
export type TagMeta = (typeof tags)[number];
0 commit comments