Skip to content

Commit

Permalink
fix home url
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonfagan committed Mar 6, 2021
1 parent 3087369 commit b55e29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export let pages = [
{
label: "home",
url: "/home"
url: "/"
},
{
label: "donations",
Expand Down

0 comments on commit b55e29f

Please sign in to comment.