Skip to content

Commit 7bb47ef

Browse files
Update users.tsx
1 parent 84f0e49 commit 7bb47ef

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/data/users.tsx

+1-8
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export type TagType =
2828
| "vanilla"
2929
| "typescript"
3030
| "ai"
31-
| "web3"
3231
| "ml"
3332
| "mdx"
3433
| "game"
@@ -79,13 +78,7 @@ export const Tags: { [type in TagType]: Tag } = {
7978
label: "Next.js",
8079
description: "",
8180
color: "#000000",
82-
},
83-
web3: {
84-
label: "web3",
85-
description: "",
86-
color: "#000000",
87-
},
88-
81+
},
8982
typescript: {
9083
label: "TypeScript",
9184
description: "",

0 commit comments

Comments
 (0)