Skip to content

Commit

Permalink
Add Home Page Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeFace committed Jan 19, 2025
1 parent f1ea0e5 commit 64cee48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div class="flex flex-col items-center justify-center h-screen space-y-4">
<a href="/collect" class="btn btn-primary">Go to Collect</a>
<a href="/topics" class="btn btn-secondary">Go to Portfolio</a>
</div>

0 comments on commit 64cee48

Please sign in to comment.