Use same description for both tab styles

This commit is contained in:
Danielle Pham 2019-07-17 12:06:06 -04:00
parent 6f1dbb865a
commit 37981b41f7

View File

@ -229,7 +229,7 @@ type alias LinkConfig msg =
links : LinkConfig msg -> Html msg
links config =
Nri.Ui.styled Html.div
(styledName "links-container")
(styledName "container")
[]
[]
[ Html.styled Html.nav