ux: minor tweak to link

This commit is contained in:
Torkel Ödegaard
2018-10-03 14:52:13 +02:00
parent ef5180bae0
commit 9b4dd31095

View File

@@ -66,7 +66,6 @@ export class UsersActionBar extends PureComponent<Props> {
<div className="page-action-bar__spacer" />
{canInvite && (
<a className="btn btn-success" href="org/users/invite">
<i className="fa fa-plus" />
<span>Invite</span>
</a>
)}