diff --git a/src/components/LoginModal.tsx b/src/components/LoginModal.tsx index 11413ff..be1c4e5 100644 --- a/src/components/LoginModal.tsx +++ b/src/components/LoginModal.tsx @@ -238,14 +238,7 @@ export function LoginModal({ isOpen, onClose }: LoginModalProps) { > {isSendingOtp ? 'Sending OTP...' : 'Send OTP'} -