Skip to content

Commit aef6519

Browse files
committed
temp: hide AI button
1 parent 6991fd6 commit aef6519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/[locale]/developers/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ const DevelopersPage = async ({
179179
>
180180
{t("page-developers-stack-exchange")}
181181
</ButtonLink>
182-
<ButtonLink
183-
variant="ghost"
184-
isSecondary
182+
{/* <ButtonLink
183+
variant="glow"
185184
href="#some-magical-AI-link"
185+
className="text-body"
186186
>
187187
{t("page-developers-ask-ai")}
188-
</ButtonLink>
188+
</ButtonLink> */}
189189
</div>
190190
</Card>
191191

0 commit comments

Comments
 (0)