-
Notifications
You must be signed in to change notification settings - Fork 1
create team member component and integrate into about container #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/containers/about/index.js
Outdated
The White House, Office of Science and Technology Policy, TEDx Speaker." | ||
image = {sydneyImg} | ||
link ={[{href: 'https://twitter.com/sydneylai', className: 'mg-circle'}]} | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The class name here should be, icon-s-twitter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When adding a new feature run it and verify it's working well, the social links weren't showing up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rebeccarose123 left some comments. needs a small fix before approval
src/containers/about/index.js
Outdated
development @Techstars, @US Dept of Commerce, LGBT Technology Leader by | ||
The White House, Office of Science and Technology Policy, TEDx Speaker." | ||
image = {sydneyImg} | ||
link ={[{href: 'https://twitter.com/sydneylai', className: 'mg-circle'}]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name of the property is links, not link
src/containers/about/index.js
Outdated
Developer Bootcamp founder, @ Diamond, Techqueria, | ||
Doctor on Demand, AngelHack, 40 Under 40: Tech Diversity – Silicon Valley." | ||
image = {davidImg} | ||
link={[{href: 'https://twitter.com/dvidsilva', className: 'con-s-twitter'}]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same, The name of the property is links, not link
src/containers/about/index.js
Outdated
title="Web Developer" | ||
description="Web Developer who values building bridges between cultures and people, creating beautiful and meaningful things, and connecting people to resources that enrich their lives." | ||
image = {tereImg} | ||
link={[{href: 'https://www.linkedin.com/in/tere-gallarreta/', className: 'icon-linkedin'}]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same, The name of the property is links, not link
src/containers/about/index.js
Outdated
name="Corginson" | ||
title="Chief Happiness Officer" | ||
image= {corgiImg} | ||
link={[{href: 'https://twitter.com/codecorgi', className: 'icon-s-twitter'}]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same, The name of the property is links, not link
0571b33
to
6c1a740
Compare
No description provided.