feat: update "Access the Book" link to "Access the MycoFi Book"
Change text and link to book.mycofi.earth in applications component. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
1dd72f0463
commit
ed1f4c383c
|
|
@ -115,9 +115,12 @@ export function Applications() {
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
className="gap-2 border-2 border-accent bg-accent/20 text-accent glow-border hover:bg-accent/30"
|
className="gap-2 border-2 border-accent bg-accent/20 text-accent glow-border hover:bg-accent/30"
|
||||||
|
asChild
|
||||||
>
|
>
|
||||||
{"Access the Book"}
|
<a href="https://book.mycofi.earth" target="_blank" rel="noopener noreferrer">
|
||||||
<ArrowRight className="w-4 h-4" />
|
{"Access the MycoFi Book"}
|
||||||
|
<ArrowRight className="w-4 h-4" />
|
||||||
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue