Skip to content

Commit

Permalink
Update resources/js/components/Home/LoginForm.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Ewelina Skrzypacz <56546832+EwelinaSkrzypacz@users.noreply.github.com>
  • Loading branch information
JokeUrSelf and EwelinaSkrzypacz authored Aug 13, 2024
1 parent a4dc638 commit 7a1c767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Home/LoginForm.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<form class="row-start-1 col-start-1 space-y-6" action="#" method="POST">
<div>
<label for="email" class="block text-sm font-medium leading-6 text-gray-900">Adres e-mail</label>
<label for="email" class="block text-sm font-medium leading-6 text-gray-900">E-mail</label>
<div class="mt-2">
<input id="email" required name="email" type="email" autocomplete="email"
class="duration-200 ring-inset outline-none focus:ring focus:ring-primary bg-white/30 rounded-lg w-full p-3 text-gray-900 ring-2 ring-primary/30 placeholder:text-gray-400"
Expand Down

0 comments on commit 7a1c767

Please sign in to comment.