Skip to content

Commit

Permalink
Fix incorrect class for text-info-emphasis example
Browse files Browse the repository at this point in the history
Line 586 was set to the "text-info" class incorrectly. The proper class should be "text-info-emphasis".
  • Loading branch information
LuceoStephanie authored Aug 27, 2024
1 parent 651bdcc commit 7a5c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/simplex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ <h2>Emphasis classes</h2>
<p class="text-warning">.text-warning</p>
<p class="text-warning-emphasis">.text-warning-emphasis</p>
<p class="text-info">.text-info</p>
<p class="text-info">.text-info-emphasis</p>
<p class="text-info-emphasis">.text-info-emphasis</p>
<p class="text-light">.text-light</p>
<p class="text-light">.text-light-emphasis</p>
<p class="text-dark">.text-dark</p>
Expand Down

0 comments on commit 7a5c575

Please sign in to comment.