Fix notification demo, close #12238

This commit is contained in:
afc163 2018-09-14 12:17:55 +08:00
parent efb23c1525
commit bc3322daf6

View File

@ -20,7 +20,7 @@ const openNotification = () => {
notification.open({
message: 'Notification Title',
description: 'This is the content of the notification. This is the content of the notification. This is the content of the notification.',
icon: <Icon type="smile-circle" style={{ color: '#108ee9' }} />,
icon: <Icon type="smile" style={{ color: '#108ee9' }} />,
});
};