mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 03:12:01 +03:00
correct the URL used for source
This commit is contained in:
parent
68e061cf37
commit
025b63c9d1
@ -95,7 +95,7 @@ viewExample example =
|
||||
]
|
||||
, div [ class "row spacing-small" ]
|
||||
[ a [ href example.demoUrl, target "_blank", class "link link--external" ] [ text "Demo" ]
|
||||
, a [ href example.demoUrl, target "_blank", class "link link--external" ] [ text "Source" ]
|
||||
, a [ href example.srcUrl, target "_blank", class "link link--external" ] [ text "Source" ]
|
||||
]
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user