Skip to content

Commit edb081f

Browse files
authored
Update index.html
1 parent 4b02949 commit edb081f

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/08-styles-and-classes/2-create-notification/solution.view

1 file changed

+1
-1
lines changed

2-ui/1-document/08-styles-and-classes/2-create-notification/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>Notification is on the right</h2>
2626
notification.style.top = top + 'px';
2727
notification.style.right = right + 'px';
2828

29-
notification.innerHTML = options.html;
29+
notification.innerHTML = html;
3030
document.body.append(notification);
3131

3232
setTimeout(() => notification.remove(), 1500);

0 commit comments

Comments
 (0)