update Notice Icons
This commit is contained in:
parent
1179374398
commit
f9d5b27ba9
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ let noticeInstance;
|
||||||
let name = 1;
|
let name = 1;
|
||||||
|
|
||||||
const iconTypes = {
|
const iconTypes = {
|
||||||
'info': 'information-circled',
|
'info': 'ios-information-circle',
|
||||||
'success': 'checkmark-circled',
|
'success': 'ios-checkmark-circle',
|
||||||
'warning': 'android-alert',
|
'warning': 'ios-alert',
|
||||||
'error': 'close-circled'
|
'error': 'ios-close-circle'
|
||||||
};
|
};
|
||||||
|
|
||||||
function getNoticeInstance () {
|
function getNoticeInstance () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue