Skip to content

Commit cf5e254

Browse files
authored
Update index.tsx
1 parent 2c35033 commit cf5e254

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/components/TeamProfileCards/index.tsx

-18
Original file line numberDiff line numberDiff line change
@@ -112,24 +112,6 @@ export function ActiveTeamRow(): JSX.Element {
112112
}
113113
</Translate>
114114
</TeamProfileCardCol>
115-
<TeamProfileCardCol
116-
name="MOHD ARIF"
117-
githubUrl="https://github.com/mrmohdarif"
118-
linkedInUrl="https://www.linkedin.com/in/mohd-arif-115b87231/"
119-
>
120-
<Translate
121-
id="team.profile.Sebastien Lorber.body"
122-
values={{
123-
compony: <CompanyLink to="https://www.linkedin.com/company/techneutron/" />,
124-
portfolio: <Link to="https://mrmohdarif.github.io/portfolio/">Portfolio</Link>,
125-
}}
126-
>
127-
{
128-
"Lead Developer at CodeHarborHub, we are passionate about contributing to open source. Currently working at {compony} and Explore {portfolio}."
129-
}
130-
</Translate>
131-
</TeamProfileCardCol>
132-
133115
{/* other team members */}
134116
</div>
135117
);

0 commit comments

Comments
 (0)