Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/docs/components/alerts.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h5 class="mb-3">Dismissing</h5>
</div>
<div class="alert alert-info alert-dismissible fade show" role="alert">
<span class="alert-inner--icon"><i class="far fa-bell"></i></span>
<span class="alert-inner--text"><strong>Heads up!</strong>This
<span class="alert-inner--text"><strong>Heads up!</strong> This
alert needs your attention, but it's not super important.</span>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
Expand Down Expand Up @@ -249,7 +249,7 @@ <h5 class="mb-3">Dismissing</h5>
&lt;/div&gt;
&lt;div class=&quot;alert alert-info alert-dismissible fade show&quot; role=&quot;alert&quot;&gt;
&lt;span class=&quot;alert-inner--icon&quot;&gt;&lt;i class=&quot;far fa-bell&quot;&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span class=&quot;alert-inner--text&quot;&gt;&lt;strong&gt;Heads up!&lt;/strong&gt;This alert needs your attention, but it's not super important.&lt;/span&gt;
&lt;span class=&quot;alert-inner--text&quot;&gt;&lt;strong&gt;Heads up!&lt;/strong&gt; This alert needs your attention, but it's not super important.&lt;/span&gt;
&lt;button type=&quot;button&quot; class=&quot;close&quot; data-dismiss=&quot;alert&quot; aria-label=&quot;Close&quot;&gt;
&lt;span aria-hidden=&quot;true&quot;&gt;&amp;times;&lt;/span&gt;
&lt;/button&gt;
Expand Down Expand Up @@ -414,4 +414,4 @@ <h5 class="alert-heading">Danger!</h5>
})
</body>

</html>
</html>