Skip to content

Commit

Permalink
change button label to just delete
Browse files Browse the repository at this point in the history
Leave it as just `Delete` that way it fits better on small screens
  • Loading branch information
heldersepu committed Apr 1, 2020
1 parent 651bb0c commit eb6b8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DateTimePickerModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const DateTimePickerModal = (props) => {
footer={[
editMode ? '' :
<Button key="delete" type="danger" onClick={onDelete}>
Delete Footprint
Delete
</Button>,
<Button key="back" onClick={onCancel}>
Cancel
Expand All @@ -45,4 +45,4 @@ const DateTimePickerModal = (props) => {
);
};

export default DateTimePickerModal;
export default DateTimePickerModal;

0 comments on commit eb6b8de

Please sign in to comment.