Link Start Tutorial button

cgen-6eba265c716b4d7d9a3eacdf9ee7e1ef
This commit is contained in:
Builder.io 2025-10-14 00:52:55 +00:00
parent 67c7df1982
commit d787a1bbcd

View file

@ -374,9 +374,11 @@ export default function DocsTutorials() {
</div>
</div>
<Button className="bg-purple-600 hover:bg-purple-700">
Start Tutorial
<ChevronRight className="h-4 w-4 ml-2" />
<Button asChild className="bg-purple-600 hover:bg-purple-700">
<Link to={tutorial.path}>
Start Tutorial
<ChevronRight className="h-4 w-4 ml-2" />
</Link>
</Button>
</div>
</div>