Skip to content

Commit

Permalink
getStarted
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheraSasi committed Nov 30, 2024
1 parent cd82346 commit f8c5303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Hero() {
transition={{ duration: 0.5, delay: 1 }}
>
<Button size="lg" className="bg-taupe-900 hover:bg-taupe-800 text-white text-lg px-8 py-6 w-full sm:w-auto">
Get Started
<Link href="/docs">Get Started</Link>
<ArrowRight className="ml-2 h-5 w-5" />
</Button>
<Button size="lg" variant="outline" className="text-lg px-8 py-6 w-full sm:w-auto">
Expand Down

0 comments on commit f8c5303

Please sign in to comment.