File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/sentry/static/sentry/app/views/onboarding/projectSetup Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import Alert from 'app/components/alert';
99import EmailField from 'app/views/settings/components/forms/emailField' ;
1010import Form from 'app/views/settings/components/forms/form' ;
1111import Panel from 'app/components/panels/panel' ;
12+ import { IconGroup } from 'app/icons' ;
1213import SelectField from 'app/views/settings/components/forms/selectField' ;
1314import TextBlock from 'app/views/settings/components/text/textBlock' ;
1415import space from 'app/styles/space' ;
@@ -82,7 +83,7 @@ class InviteMembers extends React.Component<Props, State> {
8283 return (
8384 < React . Fragment >
8485 { invitedEmails . length > 0 && (
85- < Alert type = "success" icon = "icon-user-multi" >
86+ < Alert type = "success" icon = { < IconGroup /> } >
8687 { tct ( '[emailList] has been invited to your organization.' , {
8788 emailList : < strong > { invitedEmails . join ( ', ' ) } </ strong > ,
8889 } ) }
You can’t perform that action at this time.
0 commit comments