There was an error while loading. Please reload this page.
1 parent e92fa50 commit c897ec2Copy full SHA for c897ec2
src/components/banner.tsx
@@ -8,7 +8,7 @@ export const Banner = () => {
8
This playground enables you to connect to a Neon Postgres database
9
directly from your browser. You can learn more about{' '}
10
<a
11
- href="https://neon.tech/blog"
+ href="https://neon.tech/blog/postgres-ai-playground"
12
className="text-green-base font-semibold hover:underline"
13
>
14
how it works
@@ -18,7 +18,7 @@ export const Banner = () => {
18
<br />
19
If you don't have a Neon database, you can{' '}
20
21
- href="https://console.neon.tech"
+ href="https://console.neon.tech?utm_source=playground&utm_medium=banner"
22
23
24
{' '}
0 commit comments