Skip to content

Commit

Permalink
update generated snippet in example page
Browse files Browse the repository at this point in the history
  • Loading branch information
juanedi committed Dec 10, 2024
1 parent 1b2844e commit df9d385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-catalog/src/Examples/Switch.elm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ example =
, code =
Code.fromModule moduleName "view"
++ Code.recordMultiline
[ ( "label", Code.string label )
[ ( "label", Code.apply [ Code.fromModule "Html" "text", Code.string label ] )
, ( "id", Code.string "view-switch-example" )
]
1
Expand Down

0 comments on commit df9d385

Please sign in to comment.