mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Fix notification demo, close #12238
This commit is contained in:
parent
efb23c1525
commit
bc3322daf6
@ -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' }} />,
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user