mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 11:41:32 +03:00
Fix heading order partially for text example
This commit is contained in:
parent
a1fc268d5e
commit
a4b017ef52
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user