update benchmark to 0.19.1

This commit is contained in:
Matthew Griffith 2020-03-13 20:59:43 -04:00
parent 21981d2c0f
commit 4b1101dabb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"src",
"../src"
],
"elm-version": "0.19.0",
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"avh4/elm-color": "1.0.0",

View File

@ -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 ]