mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 19:21:29 +03:00
Better example headings
This commit is contained in:
parent
e03f4dd24f
commit
935d4ca950
@ -88,7 +88,7 @@ view state =
|
|||||||
[]
|
[]
|
||||||
}
|
}
|
||||||
, viewExamples
|
, viewExamples
|
||||||
[ ( "Default example"
|
[ ( "Menu.button"
|
||||||
, Menu.view
|
, Menu.view
|
||||||
(menuAttributes
|
(menuAttributes
|
||||||
++ List.filterMap identity
|
++ List.filterMap identity
|
||||||
@ -142,7 +142,7 @@ view state =
|
|||||||
, button = Menu.button defaultButtonAttributes "1st Period English with Mx. Trainer"
|
, button = Menu.button defaultButtonAttributes "1st Period English with Mx. Trainer"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
, ( "Custom example"
|
, ( "Menu.custom"
|
||||||
, Menu.view
|
, Menu.view
|
||||||
(menuAttributes
|
(menuAttributes
|
||||||
++ List.filterMap identity
|
++ List.filterMap identity
|
||||||
|
Loading…
Reference in New Issue
Block a user