Skip to content

Commit 52c5a24

Browse files
committed
fix prettier errors
1 parent 137c21c commit 52c5a24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/pages/index.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ const IndexPage: NextPageWithLayout = () => {
9090
<p className="dark:text-white">
9191
Install the dbdev client in your PostgreSQL database by following
9292
the guide{' '}
93-
<Link href="https://supabase.github.io/dbdev/install-in-db-client/" className="border-b">
93+
<Link
94+
href="https://supabase.github.io/dbdev/install-in-db-client/"
95+
className="border-b"
96+
>
9497
here
9598
</Link>
9699
. Publish your own trusted language extension by following{' '}

0 commit comments

Comments
 (0)