Skip to content

Commit

Permalink
fixed the home URL
Browse files Browse the repository at this point in the history
this was previously going to grants#/my-grants instead of #/grants
  • Loading branch information
denhsieh authored Dec 6, 2023
1 parent 5b8f688 commit 48729d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/views/MyProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
breadcrumb_items: [
{
text: 'Home',
href: '../grants',
href: '/#/grants',
},
{
text: 'My Profile',
Expand Down

0 comments on commit 48729d5

Please sign in to comment.