Use new tab links.

This commit is contained in:
Dillon Kearns 2019-10-06 17:14:35 -07:00
parent 29513454c1
commit f7cb1a1de8

View File

@ -93,7 +93,7 @@ renderer =
-- Pages.isValidRoute link.destination
-- |> Result.map
-- (\() ->
Element.link
Element.newTabLink
[ Element.htmlAttribute (Html.Attributes.style "display" "inline-flex")
]
{ url = link.destination
@ -117,7 +117,7 @@ renderer =
-- )
, list =
\items ->
Element.column [ Element.spacing 15 ]
Element.textColumn [ Element.spacing 15 ]
(items
|> List.map
(\itemBlocks ->