From c514b737c74114ab8087c4f6e18130418db5c243 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Wed, 14 Feb 2024 09:40:35 -0700 Subject: [PATCH] Adjust list structure again --- component-catalog/src/Examples/RadioButton.elm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/component-catalog/src/Examples/RadioButton.elm b/component-catalog/src/Examples/RadioButton.elm index c5f8e701..842ffb97 100644 --- a/component-catalog/src/Examples/RadioButton.elm +++ b/component-catalog/src/Examples/RadioButton.elm @@ -67,10 +67,10 @@ example = , subscriptions = subscriptions , preview = preview , about = - Guidance.helpfullyDisabled moduleName - :: [ Guidance.message moduleName - , Guidance.useRadioButtonDotless - ] + [ Guidance.helpfullyDisabled moduleName + , Guidance.message moduleName + , Guidance.useRadioButtonDotless + ] , view = view , categories = [ Inputs ] , keyboardSupport =