We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53cbe7a + 9b36bf7 commit be35b97Copy full SHA for be35b97
1 file changed
assets/js/components/notifications/EnableAutoUpdateBannerNotification.js
@@ -80,7 +80,7 @@ export default function EnableAutoUpdateBannerNotification( {
80
};
81
82
return (
83
- <Notification className="googlesitekit-publisher-win">
+ <Notification>
84
<NoticeNotification
85
notificationID={ id }
86
type={ TYPES.SUCCESS }
@@ -103,7 +103,7 @@ export default function EnableAutoUpdateBannerNotification( {
103
}
104
105
106
107
108
109
type={ TYPES.NEW }
0 commit comments