From 7a5c575b9b6e194862faed2fc655981958d97af4 Mon Sep 17 00:00:00 2001 From: LuceoStephanie Date: Tue, 27 Aug 2024 14:07:13 -0700 Subject: [PATCH] Fix incorrect class for text-info-emphasis example Line 586 was set to the "text-info" class incorrectly. The proper class should be "text-info-emphasis". --- docs/simplex/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplex/index.html b/docs/simplex/index.html index 90d6bdd79..76617c848 100644 --- a/docs/simplex/index.html +++ b/docs/simplex/index.html @@ -583,7 +583,7 @@

Emphasis classes

.text-warning

.text-warning-emphasis

.text-info

-

.text-info-emphasis

+

.text-info-emphasis

.text-light

.text-light-emphasis

.text-dark