diff --git a/apps/blog/src/app/(blog)/layout.tsx b/apps/blog/src/app/(blog)/layout.tsx index 4c5a883543..b6fdce6fff 100644 --- a/apps/blog/src/app/(blog)/layout.tsx +++ b/apps/blog/src/app/(blog)/layout.tsx @@ -11,6 +11,12 @@ export function baseOptions() { { text: "Products", sub: [ + { + text: "Compute", + url: "https://www.prisma.io/compute", + desc: "Deploy TypeScript to production", + icon: "fa-regular fa-microchip", + }, { text: "Postgres", url: "https://www.prisma.io/postgres", @@ -20,7 +26,7 @@ export function baseOptions() { { text: "ORM", url: "https://www.prisma.io/orm", - desc: "Managed Postgres for global workloads", + desc: "Type-safe ORM for TypeScript and Node.js", icon: "fa-regular fa-database", }, { @@ -29,12 +35,6 @@ export function baseOptions() { url: "https://www.prisma.io/studio", desc: "Explore and manipulate your data", }, - { - icon: "fa-regular fa-bolt", - text: "Accelerate", - desc: "Make your database global", - url: "https://www.prisma.io/accelerate", - }, ], }, { @@ -105,10 +105,7 @@ export default function Layout({ children }: { children: React.ReactNode }) { return ( - + {children}