remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 10:20:43 -06:00
parent b68c8ec6f5
commit c2a0bb089e
1 changed files with 3 additions and 3 deletions

View File

@ -60,12 +60,12 @@
<div>
<label for="password" class="hidden">Password</label>
<input class="form-input" id="password" aria-describedby="passwordHelp" type="password" name="password" required placeholder="Password">
<small class="block mt-1 text-gray-400">
<a href="/forgot">Forgot password?</a>
<small class="block mt-1">
<a href="/forgot" class="text-gray-400 hover:text-gray-500">Forgot password?</a>
</small>
</div>
<button class="btn btn-green w-full" id="login_button">Log in</button>
<button class="btn btn-green w-full" id="login_button">Log in</button>
</div>