diff options
| author | Dhravya Shah <[email protected]> | 2024-06-18 23:07:12 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-18 23:07:12 -0500 |
| commit | 898cb323a32548a4fca24e7bd6ce2d518ae7e5a8 (patch) | |
| tree | 760fc7f4103a15f6477a385182c9e16d2eb2ac3e /apps | |
| parent | added logic to handle justification properly (diff) | |
| parent | fix: Cta component background color (diff) | |
| download | supermemory-898cb323a32548a4fca24e7bd6ce2d518ae7e5a8.tar.xz supermemory-898cb323a32548a4fca24e7bd6ce2d518ae7e5a8.zip | |
Merge pull request #75 from MaheshtheDev/fix/cta-bg
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 be99bf99..f0f471c2 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -24,7 +24,7 @@ function Cta() { height={1405} priority draggable="false" - className="absolute z-[-2] hidden select-none rounded-3xl bg-black md:block lg:w-[80%]" + className="absolute z-[-2] hidden select-none rounded-3xl bg-background md:block lg:w-[80%]" /> <h1 className="z-20 mt-4 text-center text-5xl font-medium tracking-tight text-white"> Your bookmarks are collecting dust. |