Skip to content

Commit

Permalink
Merge pull request #46 from holonauts/chore/rm-home
Browse files Browse the repository at this point in the history
chore(ui): redirect home -> grants pools
  • Loading branch information
mattyg authored Mar 2, 2024
2 parents 2571f01 + 8c5b065 commit 95abe63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
import { goto } from '$app/navigation';
goto('/grant-pools');
</script>

Home page

0 comments on commit 95abe63

Please sign in to comment.