Skip to content

Commit 753b1b8

Browse files
authored
Update label for Prisma Postgres tab (#7236)
1 parent 736f5af commit 753b1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/indexData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ export const get_help = [
125125
export const tabs = [
126126
{
127127
icon: "fa-solid fa-chart-pyramid",
128-
label: "Use Prisma Postgres",
128+
label: "Use Prisma's managed Postgres",
129129
description:
130-
"Get started with your favorite framework and Prisma Postgres. <b>With Prisma Postgres</b> you get an instant, fully hosted high-performance database that includes built-in caching, scales to zero, and integrates deeply with Prisma ORM and Prisma Studio—all backed by a generous free tier.",
130+
"Get started with your favorite framework and Prisma Postgres. <b>With Prisma Postgres</b> you get an instant, fully hosted high-performance database that scales to zero and integrates deeply with Prisma ORM and Prisma Studio—all backed by a generous free tier.",
131131
list: [
132132
{
133133
url: "/guides/nextjs",

0 commit comments

Comments
 (0)