Skip to content

Commit

Permalink
fix: sidebar path
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Jan 16, 2024
1 parent 6b301f3 commit 1146c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/layout/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const data = reactive({
const routes = [
{
disabled: false,
path: 'home',
path: '',
label: 'Home',
icon: 'wallet'
},
Expand Down

0 comments on commit 1146c97

Please sign in to comment.