fix redirect
This commit is contained in:
parent
3ed12c8db0
commit
1f7f5b7921
@ -104,7 +104,7 @@ function HeroCTA() {
|
||||
transition={{ delay: 0.8, duration: 0.8, ease }}
|
||||
>
|
||||
<Link
|
||||
href={`${process.env.NEXT_PUBLIC_DASHBOARD_URL!}/agents/create`}
|
||||
href={`/agents/create`}
|
||||
className={cn(
|
||||
buttonVariants({ variant: "default" }),
|
||||
"w-full sm:w-auto text-background flex gap-2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user