Skip to content

Commit 9fcd4cd

Browse files
authored
add development tag
1 parent 106bd27 commit 9fcd4cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/lib/tags.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export const tags = [
1111
name: "Spotlights",
1212
color: "#7e22ce",
1313
},
14+
{
15+
name: "Development",
16+
color: "#2563eb",
17+
}
1418
];
1519

1620
export type TagMeta = (typeof tags)[number];

0 commit comments

Comments
 (0)