diff options
| author | codetorso <[email protected]> | 2024-07-28 05:16:22 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-07-28 05:16:22 +0530 |
| commit | a7e8a1e87613fdbbdfd1cf84e22a769a7072d6c1 (patch) | |
| tree | 3a8709cdd01b8232a589ae7560ca4086b3cc2f89 /apps/web/app/(auth) | |
| parent | Merge pull request #181 from supermemoryai/kush/fix-threads (diff) | |
| download | supermemory-a7e8a1e87613fdbbdfd1cf84e22a769a7072d6c1.tar.xz supermemory-a7e8a1e87613fdbbdfd1cf84e22a769a7072d6c1.zip | |
home page style
Diffstat (limited to 'apps/web/app/(auth)')
| -rw-r--r-- | apps/web/app/(auth)/onboarding/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(auth)/onboarding/page.tsx b/apps/web/app/(auth)/onboarding/page.tsx index df5b83d6..5b728928 100644 --- a/apps/web/app/(auth)/onboarding/page.tsx +++ b/apps/web/app/(auth)/onboarding/page.tsx @@ -49,7 +49,7 @@ export default function Home() { <Navbar /> {/* main-content */} - <div className="w-full max-w-3xl p-4 flex flex-col items-center justify-center mx-auto mt-24"> + <div className="w-full max-w-3xl p-4 flex flex-col items-center justify-center mx-auto pt-24"> {currStep === 0 && ( <div className="text-white space-y-3 flex flex-col gap-16 w-full"> <h1 className="text-3xl md:text-5xl tracking-tighter"> |