mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-22 01:15:29 +03:00
update benchmark to 0.19.1
This commit is contained in:
parent
21981d2c0f
commit
4b1101dabb
@ -4,7 +4,7 @@
|
||||
"src",
|
||||
"../src"
|
||||
],
|
||||
"elm-version": "0.19.0",
|
||||
"elm-version": "0.19.1",
|
||||
"dependencies": {
|
||||
"direct": {
|
||||
"avh4/elm-color": "1.0.0",
|
||||
|
@ -142,7 +142,7 @@ viewLinks data =
|
||||
viewSingleLink result =
|
||||
Html.a
|
||||
[ Attr.href result.link
|
||||
, Html.style "padding-right" "30px"
|
||||
, Attr.style "padding-right" "30px"
|
||||
]
|
||||
[ Html.text result.name ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user