added otp to letsGetStarted

This commit is contained in:
Ebube
2024-03-19 13:11:21 +01:00
parent 79f5af7692
commit 4a3f46c19b
3 changed files with 101 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import layoutImage from "../assets/images/test1-reverse.png";
const LetsGetStartedLayout = ({ children }: { children: React.ReactNode }) => {
return (
<>
<div className="grid md:grid-cols-2">
<div className="grid md:grid-cols-2 h-[770px]">
<div className="w-full flex flex-col my-3">
<LetsGetStartedNav />
{children}