mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Use new tab links.
This commit is contained in:
parent
29513454c1
commit
f7cb1a1de8
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user