From c016cf69feab4860ece14ef5dc4db85fba84aaf9 Mon Sep 17 00:00:00 2001 From: Osman Gormus Date: Wed, 28 Feb 2018 11:07:58 -0800 Subject: [PATCH] Remove `.info` class name The example suggest there is a `.info` class available for labels. However there is no definition for `.info` class, the demo is simply rendering the default `.label`. --- docs/pages/label.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/label.md b/docs/pages/label.md index 527c6a82c..d20d62b56 100644 --- a/docs/pages/label.md +++ b/docs/pages/label.md @@ -116,5 +116,5 @@ An icon can be dropped into a label just fine. We're using the [Foundation icon ```html_example Alert Label Warning Label - Info Label + Default Label ``` -- 2.47.2