Update back button from /consulting to /corp
cgen-989b77979e224212a28c6a617191cd88
This commit is contained in:
parent
5a39a22e35
commit
bce623928d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export default function CorpPricing() {
|
|||
<section className="relative overflow-hidden py-12 lg:py-16">
|
||||
<div className="container mx-auto max-w-6xl px-4">
|
||||
<Button
|
||||
onClick={() => navigate("/consulting")}
|
||||
onClick={() => navigate("/corp")}
|
||||
variant="ghost"
|
||||
className="text-blue-300 hover:bg-blue-500/10 mb-8"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue