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 =