aboutsummaryrefslogtreecommitdiff
path: root/src/data/tools.ts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-25 15:35:05 +0000
committerschererleander <leander@schererleander.de>2025-12-25 15:35:05 +0000
commit1f0c3ae8580268ea228d1030839b558ee4d5e710 (patch)
tree493e2cafd7551c41af7da002075702cba710e964 /src/data/tools.ts
parent229a5b11dc1688c774c5f2f9b430ce164d8057b3 (diff)
remove tools
Diffstat (limited to 'src/data/tools.ts')
-rw-r--r--src/data/tools.ts24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/data/tools.ts b/src/data/tools.ts
index 61a3482..0f753f0 100644
--- a/src/data/tools.ts
+++ b/src/data/tools.ts
@@ -35,28 +35,4 @@ export const Tools = [
description: "Declarative & reproducible",
image: "/icons/nix.svg"
},
- {
- name: "Tailwind",
- color: "bg-blue-500/20",
- description: "CSS framework",
- image: "/icons/tailwind.svg",
- },
- {
- name: "React",
- color: "bg-blue-500/20",
- description: "UI library",
- image: "/icons/react.svg",
- },
- {
- name: "TypeScript",
- color: "bg-blue-500/20",
- description: "JavaScript but better",
- image: "/icons/typescript.svg",
- },
- {
- name: "MongoDB",
- color: "bg-green-500/20",
- description: "Database",
- image: "/icons/mongodb.svg",
- },
];