Skip to content

Commit

Permalink
Add link to Elm playground on main navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 27, 2024
1 parent 40244e4 commit 8c4f07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implement/website/pinevm/src/Frontend/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ topNavigationElements : List NavigationLink
topNavigationElements =
[ PageNavigationLink HomePage
, ExternalNavigationLink { label = "Learn", url = "https://github.com/pine-vm/pine/tree/main/guide" }
, ExternalNavigationLink { label = "Playground", url = "https://elm-editor.com" }
, PageNavigationLink DownloadPage
, PageNavigationLink NewsPage
]
Expand Down

0 comments on commit 8c4f07e

Please sign in to comment.