We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6b864 commit 6e89d93Copy full SHA for 6e89d93
1 file changed
source-code/components/Team.tsx
@@ -19,15 +19,6 @@ export const Team: React.FC<TeamProps> = ({ language }) => {
19
icon: Shield,
20
color: "text-red-500",
21
borderColor: "border-red-500/50"
22
- },
23
- {
24
- nickname: "RafeNop",
25
- realName: "Rafał Kaczmarzyk",
26
- role: t.role_cofounder,
27
- image: "https://raw.githubusercontent.com/HackerOS-Linux-System/HackerOS-Website/main/RafeNop.png",
28
- icon: Code2,
29
- color: "text-blue-500",
30
- borderColor: "border-blue-500/50"
31
}
32
];
33
0 commit comments