Skip to content

Commit

Permalink
fix(notification): use correct closing element (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Nov 14, 2017
1 parent 889e75e commit 2321bbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/notification/inline-notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM5.1 13.3L3.5 12 11 2.6l1.5 1.2-7.4 9.5z"></path>
</svg>
<div class="bx--inline-notification__text-wrapper">
<p class="bx--inline-notification__title">Notification title</h3>
<p class="bx--inline-notification__subtitle">Subtitle text goes here.</p>
<p class="bx--inline-notification__title">Notification title</p>
<p class="bx--inline-notification__subtitle">Subtitle text goes here.</p>
</div>
</div>
<button data-notification-btn class="bx--inline-notification__close-button" type="button">
Expand All @@ -21,8 +21,8 @@
<path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm2 8H6v-1h1V8H6V7h3v4h1v1z"></path>
</svg>
<div class="bx--inline-notification__text-wrapper">
<p class="bx--inline-notification__title">Notification title</h3>
<p class="bx--inline-notification__subtitle">Subtitle text goes here.</p>
<p class="bx--inline-notification__title">Notification title</p>
<p class="bx--inline-notification__subtitle">Subtitle text goes here.</p>
</div>
</div>
<button data-notification-btn class="bx--inline-notification__close-button" type="button">
Expand Down

0 comments on commit 2321bbb

Please sign in to comment.