From 5733b0d4644cd2a3e458999a5aec7fa41f6beb1f Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Mon, 14 Dec 2020 15:31:04 -0800 Subject: [PATCH] Move the badge next to the other stars --- styleguide-app/Examples/UiIcon.elm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styleguide-app/Examples/UiIcon.elm b/styleguide-app/Examples/UiIcon.elm index 793e62f7..fa5bd866 100644 --- a/styleguide-app/Examples/UiIcon.elm +++ b/styleguide-app/Examples/UiIcon.elm @@ -111,6 +111,9 @@ example = , ( "starFilled", UiIcon.starFilled ) , ( "starOutline", UiIcon.starOutline ) ] + , IconExamples.view "Badges & Levels" + [ ( "badge", UiIcon.badge ) + ] , IconExamples.view "Math" [ ( "equals", UiIcon.equals ) , ( "plus", UiIcon.plus ) @@ -120,9 +123,6 @@ example = , ( "lock", UiIcon.lock ) , ( "premiumLock", UiIcon.premiumLock ) ] - , IconExamples.view "Badges & Levels" - [ ( "badge", UiIcon.badge ) - ] , IconExamples.view "Tips & Tricks" [ ( "hat", UiIcon.hat ) , ( "keychain", UiIcon.keychain )