Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWeeks1 committed Mar 30, 2023
1 parent 285070f commit ac2c5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<button
type="submit"
class="rounded-full w-full p-3 font-bold"
:disabled="(!email || !password) "
:class="
(email && password)
? 'bg-[#8228D9] hover:bg-[#6c21b3] text-white'
Expand Down

0 comments on commit ac2c5f2

Please sign in to comment.