Skip to content

Commit

Permalink
Fix date input issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Oct 30, 2024
1 parent 9e19338 commit ccbf9fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client/components/pages/auth/components/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
>
<Icon
name="devicon:google"
class="w-4 h-4 -mt-1"
class="w-4 h-4"
/>
<span class="mx-2">Sign in with Google</span>
</v-button>
Expand Down
18 changes: 9 additions & 9 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"quill": "^2.0.2",
"tailwind-merge": "^2.5.4",
"tinymotion": "^0.2.0",
"v-calendar": "^3.1.2",
"v-calendar": "3.0.1",
"vue": "^3.2.13",
"vue-chartjs": "^5.3.1",
"vue-codemirror": "^6.1.1",
Expand Down

0 comments on commit ccbf9fa

Please sign in to comment.