Skip to content

Commit

Permalink
Removes nested button from <a> in landing page, closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlmao committed Mar 19, 2023
1 parent de6e1b3 commit 78d8d29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/docs/components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,13 @@ const Hero = ({
transition={{ duration: 2, delay: 1 }}
>
<Link href="/docs/install">
<Button className="mt-8 ">Get Started</Button>
<div className="inline-flex w-fit items-center justify-center rounded-md text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-line focus:ring-offset-2 bg-primary text-primary-content hover:bg-primary-focus h-10 py-2 px-4 mt-8">
Get Started
</div>
</Link>
<Button className="mt-8" variant="outline">
<div className="inline-flex w-fit items-center justify-center rounded-md text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-line focus:ring-offset-2 h-10 py-2 px-4 mt-8 bg-transparent border border-primary text-primary hover:bg-primary-focus hover:text-primary-content">
Learn More
</Button>
</div>
</motion.div>
</div>
</div>
Expand Down

1 comment on commit 78d8d29

@vercel
Copy link

@vercel vercel bot commented on 78d8d29 Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.