Update the banner heading

This commit is contained in:
Tessa Kelly 2019-03-22 09:43:03 -07:00
parent c3ed67fcc3
commit 3f46e6bbf2

View File

@ -17,7 +17,7 @@ example =
{ filename = "Nri.Ui.BannerAlert.V3.elm"
, category = Messaging
, content =
[ h3 [] [ text "errorBanner" ]
[ h3 [] [ text "error" ]
, BannerAlert.error assets "This is an error message!"
, h3 [] [ text "neutral" ]
, BannerAlert.neutral assets "This is a neutral message!"