Add context menu icons and styles for improved UI interaction

This commit is contained in:
Nalvazhuthi
2025-08-12 11:05:48 +05:30
parent c71b25c407
commit 3576a65aeb
5 changed files with 348 additions and 155 deletions

View File

@@ -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">