diff --git a/src/components/TeamProfileCards/index.tsx b/src/components/TeamProfileCards/index.tsx
index 5cdbf7ece..366d4199e 100644
--- a/src/components/TeamProfileCards/index.tsx
+++ b/src/components/TeamProfileCards/index.tsx
@@ -14,15 +14,15 @@ function WebsiteLink({ to, children }: { to: string; children?: ReactNode }) {
);
}
-function CompanyLink({ to, children }: { to: string; children?: ReactNode }) {
- return (
-
- {children ?? (
-