Skip to content

Commit

Permalink
feat: add a button to go from normal form to dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibon committed May 16, 2024
1 parent f7e0c08 commit a260004
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,10 @@
{/if}
</form>
</div>

<div class="fixed bottom-4 right-4">
<a href="/dashboard" class="btn variant-ghost-tertiary">
Expert mode
</a>
</div>
</div>
5 changes: 5 additions & 0 deletions src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,9 @@
</div>
{/if}
</section>
<div class="fixed bottom-4 right-4">
<a href="/" class="btn variant-ghost-tertiary">
Simple mode
</a>
</div>
</div>

0 comments on commit a260004

Please sign in to comment.