File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/TeamProfileCards Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ function TeamProfileCard({
7676 < Link className = "button button--secondary" href = { twitterUrl } >
7777 Twitter
7878 </ Link >
79- ) }
79+ ) }
8080 </ div >
8181 </ div >
8282 </ div >
@@ -95,9 +95,9 @@ export function ActiveTeamRow(): JSX.Element {
9595 < div className = "row" >
9696 < TeamProfileCardCol
9797 name = "Ajay Dhangar"
98- githubUrl = "https://github.com/ajay-dhangar"
98+ githubUrl = "https://github.com/ajay-dhangar"
9999 linkedInUrl = "https://www.linkedin.com/in/ajay-dhangar"
100- twitterUrl = "https://twitter.com/CodesWithAjay"
100+ twitterUrl = "https://twitter.com/CodesWithAjay"
101101 >
102102 < Translate
103103 id = "team.profile.Sebastien Lorber.body"
@@ -156,7 +156,7 @@ export function StudentFellowsTeamRow(): JSX.Element {
156156 "B.Tech student, open source enthusiast, and tech blogger. He loves to contribute to open source and write articles on his {websiteLink}."
157157 }
158158 </ Translate >
159- </ TeamProfileCardCol >
159+ </ TeamProfileCardCol >
160160 </ div >
161161 ) ;
162162}
You can’t perform that action at this time.
0 commit comments