diff options
| author | Dhravya Shah <[email protected]> | 2024-07-02 16:10:25 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-02 16:10:25 -0500 |
| commit | 779acc8af52edcddbdf514e48a45b2ed91b3857e (patch) | |
| tree | 8e9dd771fb45d6134e047fcb73a7d5dfcf7e8360 /apps | |
| parent | slice the tweet text to prevent issues (diff) | |
| parent | fixed link (diff) | |
| download | supermemory-779acc8af52edcddbdf514e48a45b2ed91b3857e.tar.xz supermemory-779acc8af52edcddbdf514e48a45b2ed91b3857e.zip | |
Merge pull request #97 from govind-superu/linkFixed
fixed link
Diffstat (limited to 'apps')
| -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"> |