Skip to content

Commit

Permalink
fix: Cta component background color
Browse files Browse the repository at this point in the history
  • Loading branch information
MaheshtheDev committed Jun 19, 2024
1 parent 62054df commit c704541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/(landing)/Cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c704541

Please sign in to comment.