Fix heading order partially for text example

This commit is contained in:
Tessa Kelly 2022-03-23 10:51:50 -07:00
parent a1fc268d5e
commit a4b017ef52

View File

@ -67,7 +67,8 @@ example =
, toExampleCode "ugSmallBody"
]
}
, Heading.h2 [ Heading.style Heading.Top ] [ Html.text "Paragraph styles" ]
, Heading.h2 [] [ Html.text "Examples" ]
, Heading.h3 [] [ Html.text "Paragraph styles" ]
, viewExamples
[ ( "mediumBody", Text.mediumBody )
, ( "smallBody", Text.smallBody )
@ -75,7 +76,7 @@ example =
, ( "caption", Text.caption )
]
attributes
, Heading.h2 [ Heading.style Heading.Top ] [ Html.text "Paragraph styles for user-authored content" ]
, Heading.h3 [] [ Html.text "Paragraph styles for user-authored content" ]
, viewExamples
[ ( "ugMediumBody", Text.ugMediumBody )
, ( "ugSmallBody", Text.ugSmallBody )