remove the register button from logout modal

This commit is contained in:
aryabenade
2026-04-23 13:34:58 +05:30
parent 0d83118938
commit 517a7c0446

View File

@@ -238,14 +238,7 @@ export function LoginModal({ isOpen, onClose }: LoginModalProps) {
>
{isSendingOtp ? 'Sending OTP...' : 'Send OTP'}
</Button>
<div className="text-center">
<button
onClick={() => navigate("/register")}
className="font-poppins text-sm text-gray-600 hover:text-gray-800 transition-colors cursor-pointer"
>
Don't have an account? <span className="text-primary font-semibold">Register</span>
</button>
</div>
</div>
) : (
<div className="space-y-6">