Skip to content

Commit dacaa48

Browse files
committed
Adding .NET into list of tags
1 parent 80b063a commit dacaa48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schemas/tags.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const frameworks: Array<Tag> = [
2424
{ label: "Svelte" },
2525
{ label: "SvelteKit" },
2626
{ label: "Vue.js", variants: ["vue", "vuejs"] },
27+
{ label: ".NET" },
2728
];
2829

2930
const integrations: Array<Tag> = [

0 commit comments

Comments
 (0)