Skip to content

Commit dcc7d47

Browse files
committed
Fixing bug with <aside> which should be <div>
1 parent 2e58cd8 commit dcc7d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const template = `<div class="wpc-notifications">
2929
<div class="wpc-notification">
3030
<div class="wpc-notification__message"></div>
3131
</div>
32-
</aside>`;
32+
</div>`;
3333

3434
class WPCampusNotifications extends WPCampusHTMLElement {
3535
constructor() {

0 commit comments

Comments
 (0)