Skip to content

Commit

Permalink
links open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekCode committed Jan 14, 2018
1 parent 8514f1e commit 475c700
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/src/containers/Links.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default class Links extends Component {

<div className={css(styles.socialIconContainer)}>
<IconButton
target="_blank"
style={iconButtonStyle}
tooltipStyles={tooltipStyles}
href="https://github.com/AbhishekCode"
Expand All @@ -46,6 +47,7 @@ export default class Links extends Component {
tooltipPosition="top-center"
/>
<IconButton
target="_blank"
style={iconButtonStyle}
tooltipStyles={tooltipStyles}
href="http://stackoverflow.com/users/2009703/abhishek"
Expand All @@ -54,6 +56,7 @@ export default class Links extends Component {
tooltipPosition="top-center"
/>
<IconButton
target="_blank"
style={iconButtonStyle}
tooltipStyles={tooltipStyles}
href="https://medium.com/@Abvishek"
Expand All @@ -62,6 +65,7 @@ export default class Links extends Component {
tooltipPosition="top-center"
/>
<IconButton
target="_blank"
style={iconButtonStyle}
tooltipStyles={tooltipStyles}
href="https://www.twitter.com/abvishek"
Expand All @@ -70,6 +74,7 @@ export default class Links extends Component {
tooltipPosition="top-center"
/>
<IconButton
target="_blank"
style={iconButtonStyle}
tooltipStyles={tooltipStyles}
href="https://www.facebook.com/AbhishekSingh1313"
Expand All @@ -78,6 +83,7 @@ export default class Links extends Component {
tooltipPosition="top-center"
/>
<IconButton
target="_blank"
style={iconButtonStyle}
tooltipStyles={tooltipStyles}
href="https://in.linkedin.com/in/abhisheksingh1313"
Expand Down

0 comments on commit 475c700

Please sign in to comment.