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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Button className="bg-purple-600 hover:bg-purple-700">
|
<Button asChild className="bg-purple-600 hover:bg-purple-700">
|
||||||
Start Tutorial
|
<Link to={tutorial.path}>
|
||||||
<ChevronRight className="h-4 w-4 ml-2" />
|
Start Tutorial
|
||||||
|
<ChevronRight className="h-4 w-4 ml-2" />
|
||||||
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue