@@ -15,7 +15,7 @@ import AddAttributeForm, { INITIAL_VALUES as ADD_FORM_INITIAL_VALUES } from '../
1515import PlantTermGroupsForm , {
1616 initialValuesCreator as plantFormInitialValuesCreator ,
1717} from '../../components/forms/PlantTermGroupsForm' ;
18- import Icon , { CloseIcon , GroupIcon , LoadingIcon , ManagementIcon } from '../../components/icons' ;
18+ import Icon , { CloseIcon , GroupIcon , LoadingIcon , ManagementIcon , PlantIcon } from '../../components/icons' ;
1919import ResourceRenderer from '../../components/helpers/ResourceRenderer' ;
2020import Button , { TheButtonGroup } from '../../components/widgets/TheButton' ;
2121import Callout from '../../components/widgets/Callout' ;
@@ -291,7 +291,7 @@ class GroupsSuperadmin extends Component {
291291 size = "sm"
292292 onClick = { ( ) => this . plantGroups ( this . state . plantTerm || terms [ 0 ] ) }
293293 disabled = { this . state . plantGroupsCount === 0 || this . state . plantGroupsPending } >
294- { this . state . plantGroupsPending ? < LoadingIcon gapRight /> : < Icon icon = "leaf" gapRight /> }
294+ { this . state . plantGroupsPending ? < LoadingIcon gapRight /> : < PlantIcon gapRight /> }
295295 < FormattedMessage
296296 id = "app.groupsSupervisor.plantTermGroupsConfirmButton"
297297 defaultMessage = "Plant Term Groups"
@@ -356,7 +356,7 @@ class GroupsSuperadmin extends Component {
356356 < Button
357357 variant = "success"
358358 onClick = { ( ) => this . openModalPlant ( groups , this . state . plantTerm || terms [ 0 ] ) } >
359- < Icon icon = "leaf" gapRight />
359+ < PlantIcon gapRight />
360360 < FormattedMessage
361361 id = "app.groupsSupervisor.plantTermButton"
362362 defaultMessage = "Plant groups for"
@@ -380,7 +380,7 @@ class GroupsSuperadmin extends Component {
380380 variant = { this . state . plantGroupsErrors ? 'danger' : 'success' }
381381 onClick = { ( ) => this . plantGroups ( this . state . plantTerm || terms [ 0 ] ) }
382382 disabled = { this . state . plantGroupsCount === 0 || this . state . plantGroupsPending } >
383- { this . state . plantGroupsPending ? < LoadingIcon gapRight /> : < Icon icon = "leaf" gapRight /> }
383+ { this . state . plantGroupsPending ? < LoadingIcon gapRight /> : < PlantIcon gapRight /> }
384384 < FormattedMessage
385385 id = "app.groupsSupervisor.plantTermGroupsConfirmButton"
386386 defaultMessage = "Plant Term Groups"
0 commit comments