mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-05-24 09:58:26 +00:00
fix: Correct pricing link href in hero component.
This commit is contained in:
parent
55571d4106
commit
8da370cb91
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export function Hero() {
|
|||
</Link>
|
||||
</Button>
|
||||
<Button variant="secondary" size="lg" asChild>
|
||||
<Link href="#pricing">
|
||||
<Link href="/#pricing">
|
||||
Get Pro — $29
|
||||
<ArrowRight className="w-4 h-4" />
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue