Link Start Tutorial button
cgen-6eba265c716b4d7d9a3eacdf9ee7e1ef
This commit is contained in:
parent
67c7df1982
commit
d787a1bbcd
1 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue