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>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Button
|
<Button
|
||||||
|
asChild
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="border-slate-600 text-white hover:bg-slate-800"
|
className="border-slate-600 text-white hover:bg-slate-800"
|
||||||
>
|
>
|
||||||
<ExternalLink className="h-4 w-4 mr-2" />
|
<a
|
||||||
View on GitHub
|
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>
|
</Button>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue