Added social links to env and added hero text to the pages
This commit is contained in:
@@ -26,7 +26,7 @@ const LetsGetStarted: React.FC = () => {
|
||||
if (regex.test(value)) {
|
||||
if (value?.length == 10) {
|
||||
setHideOTPComponent(false);
|
||||
secondInputRef.current?.focus();
|
||||
// secondInputRef.current?.focus();
|
||||
} else setHideOTPComponent(true);
|
||||
} else {
|
||||
console.log("object not found");
|
||||
|
||||
Reference in New Issue
Block a user