Skip to content

Commit 3d6d321

Browse files
committed
changed link into CTA
1 parent 7250f4d commit 3d6d321

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

pages/home/faq.mdx

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: "Frequently Asked Questions"
33
description: "Frequently asked questions about Arcade"
44
---
55

6+
import { Button } from "@/components/ui/button";
7+
import {
8+
MessagesSquare
9+
} from "lucide-react";
10+
import Link from "next/link";
611
import { Tabs } from "nextra/components";
712

813
# Frequently Asked Questions
@@ -100,7 +105,16 @@ if (auth_response.status !== "completed") {
100105
101106
## Your question is not here?
102107
103-
Please go to the [discussions page on
104-
GitHub](https://github.com/ArcadeAI/arcade-ai/discussions). Someone else may
105-
have asked something similar already. If not, please start a new discussion and
106-
we'll get to it as soon as possible.
108+
Please go to the discussions page on GitHub. Someone else may have asked something similar already. If not, please start a new discussion and we'll get to it as soon as possible.
109+
110+
<Button
111+
asChild
112+
size="lg"
113+
className="h-16 bg-primary px-6 text-white hover:bg-primary/90"
114+
>
115+
<Link href="https://github.com/ArcadeAI/arcade-ai/discussions">
116+
<MessagesSquare className="h-5 w-5" />
117+
<span className="pl-1 pb-1">Get Answers on GitHub</span>
118+
</Link>
119+
</Button>
120+

0 commit comments

Comments
 (0)