Add links to additional resource buttons
cgen-8dd3f8987b294199a8a340dce6a4a227
This commit is contained in:
parent
4d18e7801b
commit
3f09ed4d1d
1 changed files with 10 additions and 2 deletions
|
|
@ -313,11 +313,19 @@ 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" />
|
||||
View on GitHub
|
||||
<a
|
||||
href="https://github.com/aethex/examples"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="inline-flex items-center"
|
||||
>
|
||||
<ExternalLink className="h-4 w-4 mr-2" />
|
||||
View on GitHub
|
||||
</a>
|
||||
</Button>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
|
|
|||
Loading…
Reference in a new issue