Merge pull request #14832 from overleaf/jel-alert

[web] Remove unused class for new alerts

GitOrigin-RevId: 3b9789d64155c06e633e7f010287d4166da25e98
This commit is contained in:
Jessica Lawshe 2023-10-17 08:26:38 -05:00 committed by Copybot
parent b3b02941c7
commit d8f145df37

View file

@ -57,7 +57,6 @@ function Notification({
const notificationClassName = classNames( const notificationClassName = classNames(
'notification', 'notification',
`notification-type-${type}`, `notification-type-${type}`,
isDismissible ? 'notification-dismissible' : '',
isActionBelowContent ? 'notification-cta-below-content' : '' isActionBelowContent ? 'notification-cta-below-content' : ''
) )