Remove /get-started link from onboarding Welcome actions
cgen-843a4f74bf6c4ea58106661c4cd419ad
This commit is contained in:
parent
1d1df5bab0
commit
5b3304f6b8
1 changed files with 0 additions and 6 deletions
|
|
@ -723,12 +723,6 @@ export default function Welcome({
|
|||
>
|
||||
{isFinishing ? "Finishing..." : "Finish & Go to Dashboard"}
|
||||
</Button>
|
||||
<Button asChild variant="outline" className="border-border/50">
|
||||
<Link to="/get-started" className="flex items-center space-x-2">
|
||||
<span>Get Started</span>
|
||||
<ArrowRight className="h-4 w-4" />
|
||||
</Link>
|
||||
</Button>
|
||||
<Button
|
||||
asChild
|
||||
variant="secondary"
|
||||
|
|
|
|||
Loading…
Reference in a new issue