Just a bug fix
This commit is contained in:
1 parent
d0aa7a0fbd
commit
6819b82723
8 files changed
+38
-7
No files matched your search
@@ -44,6 +44,10 @@
|
||||
<button type="submit"
|
||||
class="border-2 border-gray-600 bg-blue-600 text-white py-1 w-full rounded-md hover:bg-transparent hover:text-indigo-700 font-semibold">Login</button>
|
||||
</div>
|
||||
<div class="mt-5 block justify-between items-center">
|
||||
<label>Don't have an account?</label>
|
||||
<a href="/signup" class="text-indigo-600 font-semibold">Register</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in new issue
Block a user