Skip to content

Commit

Permalink
feature: add link to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Apr 9, 2024
1 parent 22fb3e7 commit 1d46dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<div class="flex flex-col justify-center">
<ul>
<li class="font-medium text-blue-500"><a href="/validator">🔧 JSON Validator</a></li>
<li class="font-medium text-blue-500"><a href="/curses">🤬 Name Checker</a></li>
</ul>
</div>
<div class="flex h-1/3 flex-col justify-end">
Expand Down

0 comments on commit 1d46dbf

Please sign in to comment.