mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-20 06:24:07 +01:00
Fix Layout and remove buttom checkbox
This commit is contained in:
parent
9c9df18b28
commit
c71020f947
@ -192,26 +192,14 @@ export default function SignUp() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<br></br>
|
<br></br>
|
||||||
<div className="flex items-center">
|
|
||||||
<input
|
|
||||||
type="checkbox"
|
|
||||||
id="allowExtraEmails"
|
|
||||||
name="allowExtraEmails"
|
|
||||||
className="h-4 w-4 text-green-500 focus:ring-green-400 border-gray-300 rounded"
|
|
||||||
/>
|
|
||||||
<label htmlFor="allowExtraEmails" className="ml-2 text-sm ">
|
|
||||||
I want to receive inspiration, marketing promotions, and updates
|
|
||||||
via email.
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Login Button */}
|
{/* Login Button */}
|
||||||
<button className="btn btn-success w-full " onClick={handleSubmit}>
|
<button className="btn btn-success w-full " onClick={handleSubmit}>
|
||||||
Signup
|
Signup
|
||||||
</button>
|
</button>
|
||||||
{/* Already have an account? */}
|
{/* Already have an account? */}
|
||||||
<div className="text-blue-500 text-sm">
|
<div className="text-blue-500 flex justify-center text-sm">
|
||||||
<a href="login" className="text-left">
|
<a href="login">
|
||||||
Already have an account?
|
Already have an account?
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user