From 2321bbb41f08dde2a2c501fed58221c21c698d8a Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Tue, 14 Nov 2017 14:34:33 -0600 Subject: [PATCH] fix(notification): use correct closing element (#435) --- src/components/notification/inline-notification.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/notification/inline-notification.html b/src/components/notification/inline-notification.html index 592a5749bdcd..3d0dfa0b5a42 100644 --- a/src/components/notification/inline-notification.html +++ b/src/components/notification/inline-notification.html @@ -4,8 +4,8 @@
-

Notification title -

Subtitle text goes here.

+

Notification title

+

Subtitle text goes here.