diff --git a/layout/widget/profile.jsx b/layout/widget/profile.jsx index 940d251..3ca6e5d 100644 --- a/layout/widget/profile.jsx +++ b/layout/widget/profile.jsx @@ -10,7 +10,7 @@ class Profile extends Component { return
{links.filter(link => typeof link === 'object').map(link => { return + target="_blank" rel="me noopener" title={link.name} href={link.url}> {'icon' in link ? : link.name} ; })} @@ -73,7 +73,7 @@ class Profile extends Component {
{followLink ?
- {followTitle} + {followTitle}
: null} {socialLinks ? this.renderSocialLinks(socialLinks) : null}