correct the URL used for source

This commit is contained in:
Ryan Haskell-Glatz 2020-08-02 14:44:52 -05:00
parent 68e061cf37
commit 025b63c9d1

View File

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