Update back button from /consulting to /corp
cgen-3950e7eae855444eb05e99cd8ba98995
This commit is contained in:
parent
bce623928d
commit
a0c3aa3c00
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default function CorpTeams() {
|
|||
<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