diff options
| author | govind-superu <[email protected]> | 2024-07-02 17:34:38 +0530 |
|---|---|---|
| committer | govind-superu <[email protected]> | 2024-07-02 17:34:38 +0530 |
| commit | f58aa9f97317e71b1dc4136c1667d7470eefd128 (patch) | |
| tree | ee4bf9985a3b09fb481d19348421368d7faad173 /apps/web | |
| parent | landing page fixes (diff) | |
| download | supermemory-f58aa9f97317e71b1dc4136c1667d7470eefd128.tar.xz supermemory-f58aa9f97317e71b1dc4136c1667d7470eefd128.zip | |
fixed link
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/app/(landing)/Cta.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx index 95040ddf..55a2baf0 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -36,7 +36,7 @@ function Cta() { <div className="w-full lg:w-3/4 mx-auto"> <Link href="/signin" - className="inline-flex gap-x-2 justify-start items-start py-3 px-5 ml-3 w-full rounded-3xl border duration-200 sm:w-auto group bg-page-gradient border-white/30 text-md font-geistSans hover:border-zinc-600 hover:bg-transparent/10 hover:text-zinc-100 text-white" + className="inline-flex gap-x-2 justify-start items-start py-3 px-5 ml-3 w-full rounded-3xl border duration-200 sm:w-auto group bg-page-gradient border-white/30 text-md font-geistSans hover:border-zinc-600 hover:bg-transparent/10 hover:text-zinc-100 text-white z-[1] relative" > Sign in <div className="flex overflow-hidden relative justify-center items-center ml-1 w-5 h-5"> |