Link community button
cgen-d4af2712db8b4fbfb6e228fb66ec7a78
This commit is contained in:
parent
3f09ed4d1d
commit
d4cbf13913
1 changed files with 5 additions and 2 deletions
|
|
@ -342,11 +342,14 @@ export default function DocsOverview() {
|
|||
</CardHeader>
|
||||
<CardContent>
|
||||
<Button
|
||||
asChild
|
||||
variant="outline"
|
||||
className="border-slate-600 text-white hover:bg-slate-800"
|
||||
>
|
||||
<ExternalLink className="h-4 w-4 mr-2" />
|
||||
Join Community
|
||||
<Link to="/community" className="inline-flex items-center">
|
||||
<ExternalLink className="h-4 w-4 mr-2" />
|
||||
Join Community
|
||||
</Link>
|
||||
</Button>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
|
|
|||
Loading…
Reference in a new issue