Skip to content

Commit

Permalink
feat(templates): Remove the word new from button
Browse files Browse the repository at this point in the history
  • Loading branch information
ebb-tide authored and hoorayimhelping committed Aug 24, 2020
1 parent 7950269 commit 1f0f91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/shared/components/AddResourceButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ const AddResourceButton: FC<Props & ReduxProps> = ({
return (
<Button
style={{width: '190px'}}
testID="add-resource-dropdown--button"
testID="add-resource-button"
onClick={onClick}
color={ComponentColor.Primary}
size={ComponentSize.Small}
text={`Create New ${resourceName}`}
text={`Create ${resourceName}`}
icon={IconFont.Plus}
status={status}
/>
Expand Down

0 comments on commit 1f0f91e

Please sign in to comment.