mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 14:34:18 +03:00
Don't use target blank for navbar links.
This commit is contained in:
parent
948487219b
commit
5c7e64b0fa
@ -151,6 +151,5 @@ headerLink currentPagePath linkTo name =
|
|||||||
Css.batch []
|
Css.batch []
|
||||||
]
|
]
|
||||||
, Attr.href (linkTo |> String.join "/")
|
, Attr.href (linkTo |> String.join "/")
|
||||||
, Attr.target "_blank"
|
|
||||||
]
|
]
|
||||||
[ text name ]
|
[ text name ]
|
||||||
|
Loading…
Reference in New Issue
Block a user