Skip to content

Commit 108aa18

Browse files
authored
Add blog post link to assistant landing page (supabase#30806)
1 parent 309e7c3 commit 108aa18

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/www/pages/assistant.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ function Assistant() {
679679
Generate, run and debug queries, chart your data, create functions, policies and
680680
more. The Assistant is here to help.
681681
</p>
682-
<div className="min-h-12">
682+
<div className="min-h-12 flex items-center gap-x-2">
683683
{!isUserLoading &&
684684
(isLoggedIn ? (
685685
<Button type="primary" size="medium" asChild>
@@ -692,6 +692,15 @@ function Assistant() {
692692
</Link>
693693
</Button>
694694
))}
695+
<Button type="default" size="medium" asChild>
696+
<Link
697+
target="_blank"
698+
rel="noreferrer noopener"
699+
href="https://supabase.com/blog/supabase-ai-assistant-v2"
700+
>
701+
Blog Post
702+
</Link>
703+
</Button>
695704
</div>
696705
</div>
697706

0 commit comments

Comments
 (0)