Skip to content

Commit

Permalink
fix(CircuitVerse#390): resolve bug in UserMenu component
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and AayushmanChulet committed Dec 16, 2024
1 parent 1c63c19 commit c88ea5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Navbar/User/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<v-list-item
@click.stop="signin"
prepend-icon="mdi-login"
title="Sing In"
title="Sign In"
value="sign_in"
></v-list-item>
<v-list-item
Expand Down

0 comments on commit c88ea5a

Please sign in to comment.