Add context menu icons and styles for improved UI interaction
This commit is contained in:
@@ -202,10 +202,10 @@ const UserAuth: React.FC = () => {
|
||||
</div>
|
||||
{!isSignIn && (
|
||||
<div className="policy-checkbox">
|
||||
<input type="checkbox" name="" id="" required />
|
||||
<div className="label">
|
||||
<input type="checkbox" id="tos" required />
|
||||
<label htmlFor="tos" className="label">
|
||||
I have read and agree to the terms of service
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
)}
|
||||
<button id="form-submit" type="submit" className="continue-button">
|
||||
|
||||
Reference in New Issue
Block a user