Merge pull request #275 from AVRSANAND/fix-bug-onboarding-links

Fix: Making links clickable in onboarding section in Step2
This commit is contained in:
Dhravya Shah 2024-09-03 11:16:18 -07:00 committed by GitHub
commit 1dafbc691b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,9 +38,9 @@ export default function Home() {
return (
<main className="min-h-screen text-sm text-[#B8C4C6] font-geistSans">
<div className="absolute inset-0 opacity-5 w-full bg-transparent bg-[linear-gradient(to_right,#f0f0f0_1px,transparent_1px),linear-gradient(to_bottom,#f0f0f0_1px,transparent_1px)] bg-[size:6rem_4rem] [mask-image:radial-gradient(ellipse_80%_50%_at_50%_0%,#000_70%,transparent_110%)]"></div>
<div className="absolute inset-0 opacity-5 w-full bg-transparent pointer-events-none bg-[linear-gradient(to_right,#f0f0f0_1px,transparent_1px),linear-gradient(to_bottom,#f0f0f0_1px,transparent_1px)] bg-[size:6rem_4rem] [mask-image:radial-gradient(ellipse_80%_50%_at_50%_0%,#000_70%,transparent_110%)]"></div>
<img
className="absolute inset-x-0 -top-20 opacity-20"
className="absolute inset-x-0 -top-20 opacity-20 pointer-events-none"
src={"/images/landing-hero-left.png"}
width={1000}
height={1000}