Skip to content

Commit

Permalink
Merge branch 'master' into fix-help-links
Browse files Browse the repository at this point in the history
  • Loading branch information
relativityboy authored Nov 30, 2017
2 parents ac15500 + 93b7c31 commit 3c6e7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/pages/UserProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export default class UserProfile extends React.Component {
</div>
<p className="UserProfile__info">
{location && <span><Icon name="location" /> {location}</span>}
{website && <span><Icon name="link" /> <a href={website}>{website_label}</a></span>}
{website && <span><Icon name="link" /> <a href={website} target="_blank" rel="noopener noreferrer">{website_label}</a></span>}
<Icon name="calendar" /> <DateJoinWrapper date={accountjoin} />
</p>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/app/utils/BadActorList.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ shapeshift
randomwhale
randowale
randwhale
bellyrub
coinpayments
minnowboost
minnowboster
Expand Down

0 comments on commit 3c6e7e6

Please sign in to comment.