Skip to content

Commit

Permalink
Update ToPlayground.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Qz07 authored Mar 17, 2024
1 parent 1c0ecb2 commit 6f027c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Explorable/ToPlayground.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="playground">
<div class="flex flex-col gap-5 items-left relative">
<h2 style='font-size: 30px'>To explore the chaotic cycles, hop into the Playground below</h2>
<a href="/playground">
<a href="../playground">
<button class='button'>Playground</button>
</a>
</div>
Expand All @@ -16,4 +16,4 @@
align-items: center; /* Vertically center */
height: 100vh; /* Full height of the viewport */
}
</style>
</style>

0 comments on commit 6f027c9

Please sign in to comment.