We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f0e49 commit 7bb47efCopy full SHA for 7bb47ef
src/data/users.tsx
@@ -28,7 +28,6 @@ export type TagType =
28
| "vanilla"
29
| "typescript"
30
| "ai"
31
- | "web3"
32
| "ml"
33
| "mdx"
34
| "game"
@@ -79,13 +78,7 @@ export const Tags: { [type in TagType]: Tag } = {
79
78
label: "Next.js",
80
description: "",
81
color: "#000000",
82
- },
83
- web3: {
84
- label: "web3",
85
- description: "",
86
- color: "#000000",
87
88
-
+ },
89
typescript: {
90
label: "TypeScript",
91
0 commit comments