We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79084a3 commit ad6bd0eCopy full SHA for ad6bd0e
packages/components/src/components/notification/notification.lite.tsx
@@ -38,7 +38,7 @@ export default function DBNotification(props: DBNotificationProps) {
38
// jscpd:ignore-end
39
40
return (
41
- <article
+ <div
42
ref={_ref}
43
id={props.id}
44
class={cls('db-notification', props.className)}
@@ -83,6 +83,6 @@ export default function DBNotification(props: DBNotificationProps) {
83
{props.closeButtonText ?? DEFAULT_CLOSE_BUTTON}
84
</DBButton>
85
</Show>
86
- </article>
+ </div>
87
);
88
}
0 commit comments