renamed icon "save_notes" to "download"
This commit is contained in:
parent
f2bd5573f9
commit
ef002a2fd1
@ -76,7 +76,7 @@ class ChatDropdown extends PureComponent {
|
|||||||
const { intl } = this.props;
|
const { intl } = this.props;
|
||||||
|
|
||||||
const clearIcon = 'delete';
|
const clearIcon = 'delete';
|
||||||
const saveIcon = 'save_notes';
|
const saveIcon = 'download';
|
||||||
const copyIcon = 'copy';
|
const copyIcon = 'copy';
|
||||||
|
|
||||||
const user = ChatService.getUser(Auth.userID);
|
const user = ChatService.getUser(Auth.userID);
|
||||||
|
@ -515,7 +515,7 @@ class PresentationUploader extends Component {
|
|||||||
label={formattedDownloadableLabel}
|
label={formattedDownloadableLabel}
|
||||||
hideLabel
|
hideLabel
|
||||||
size="sm"
|
size="sm"
|
||||||
icon={item.isDownloadable ? 'save_notes' : 'download-off'}
|
icon={item.isDownloadable ? 'download' : 'download-off'}
|
||||||
onClick={() => this.toggleDownloadable(item)}
|
onClick={() => this.toggleDownloadable(item)}
|
||||||
/>
|
/>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
Loading…
Reference in New Issue
Block a user