Skip to content

Commit

Permalink
labsite: Fix link to playground
Browse files Browse the repository at this point in the history
Fix link to playground, which currently points to:

    https://play.evy.devground/
  • Loading branch information
juliaogris committed Sep 15, 2024
1 parent ebafc1e commit 095d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lab/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h1>👋 Welcome!</h1>
</header>
<ul>
<li><button id="sidebar-about">About Evy</button></li>
<li><a href="/playground" target="_blank">Playground</a></li>
<li><a href="/play" target="_blank">Playground</a></li>
<li><a href="/docs" target="_blank">Docs</a></li>
<li><a href="/discord" target="_blank">Discord</a></li>
<li><a href="/gallery" target="_blank">Gallery</a></li>
Expand Down

0 comments on commit 095d5c3

Please sign in to comment.