Skip to content

Commit 6e89d93

Browse files
authored
Update Team.tsx
1 parent 7c6b864 commit 6e89d93

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

source-code/components/Team.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ export const Team: React.FC<TeamProps> = ({ language }) => {
1919
icon: Shield,
2020
color: "text-red-500",
2121
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"
3122
}
3223
];
3324

0 commit comments

Comments
 (0)