Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/data/indexData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ export const get_help = [
export const tabs = [
{
icon: "fa-solid fa-chart-pyramid",
label: "Use Prisma Postgres",
label: "Use Prisma's managed Postgres",
description:
"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.",
"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.",
list: [
{
url: "/guides/nextjs",
Expand Down
Loading