diff --git a/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx b/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx index 4fccd7ba9b..b2d63a6042 100644 --- a/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx +++ b/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx @@ -74,7 +74,7 @@ const prisma = new PrismaClient() With Prisma Postgres, a hosted version of [Prisma Studio](/orm/tools/prisma-studio) is available for you in of your project. Select the **Studio** tab in the left-hand navigation to view and edit your data: -![](/img/ppg-studio.png) +![View of Prisma Studio open in the console.](/img/ppg-studio.png) ## Pricing