We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137c21c commit 52c5a24Copy full SHA for 52c5a24
website/pages/index.tsx
@@ -90,7 +90,10 @@ const IndexPage: NextPageWithLayout = () => {
90
<p className="dark:text-white">
91
Install the dbdev client in your PostgreSQL database by following
92
the guide{' '}
93
- <Link href="https://supabase.github.io/dbdev/install-in-db-client/" className="border-b">
+ <Link
94
+ href="https://supabase.github.io/dbdev/install-in-db-client/"
95
+ className="border-b"
96
+ >
97
here
98
</Link>
99
. Publish your own trusted language extension by following{' '}
0 commit comments