mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #14832 from overleaf/jel-alert
[web] Remove unused class for new alerts GitOrigin-RevId: 3b9789d64155c06e633e7f010287d4166da25e98
This commit is contained in:
parent
b3b02941c7
commit
d8f145df37
1 changed files with 0 additions and 1 deletions
|
@ -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' : ''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue