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 ?? ( - company - )} - - ); -} +// function CompanyLink({ to, children }: { to: string; children?: ReactNode }) { +// return ( +// +// {children ?? ( +// company +// )} +// +// ); +// } type ProfileProps = { className?: string; @@ -76,7 +76,7 @@ function TeamProfileCard({ Twitter - )} + )} @@ -95,9 +95,9 @@ export function ActiveTeamRow(): JSX.Element {
- +
); }