mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
Merge pull request #75 from MaheshtheDev/fix/cta-bg
This commit is contained in:
commit
898cb323a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue