Update back button from /consulting to /corp
cgen-de3cfb2148e645b0b71c7c560652a72a
This commit is contained in:
parent
316109c420
commit
5a39a22e35
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default function CorpAbout() {
|
|||
<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