From a93bbb036216dacf4d06e68ff7796afb8ac51fca Mon Sep 17 00:00:00 2001 From: Carla Goncalves Date: Mon, 13 Apr 2026 12:34:34 +0200 Subject: [PATCH 01/13] Fix issues with website --- .../app/mcp/_components/mcp-hero-section.tsx | 4 +- apps/site/src/app/newsletter/page.tsx | 2 +- apps/site/src/app/oss-friends/page.tsx | 2 +- apps/site/src/app/typedsql/page.tsx | 60 +++++++++++++------ 4 files changed, 45 insertions(+), 23 deletions(-) diff --git a/apps/site/src/app/mcp/_components/mcp-hero-section.tsx b/apps/site/src/app/mcp/_components/mcp-hero-section.tsx index e0280a1a42..8c3d47e9df 100644 --- a/apps/site/src/app/mcp/_components/mcp-hero-section.tsx +++ b/apps/site/src/app/mcp/_components/mcp-hero-section.tsx @@ -22,9 +22,9 @@ export function McpHeroSection({ features: readonly McpHeroFeature[]; }) { return ( -
+
-
+

diff --git a/apps/site/src/app/newsletter/page.tsx b/apps/site/src/app/newsletter/page.tsx index 6f74ae17b7..b7b8ee8414 100644 --- a/apps/site/src/app/newsletter/page.tsx +++ b/apps/site/src/app/newsletter/page.tsx @@ -94,7 +94,7 @@ export default async function NewsletterPage() { return (

-
+

diff --git a/apps/site/src/app/oss-friends/page.tsx b/apps/site/src/app/oss-friends/page.tsx index d2a534d773..c1f1a5c6c2 100644 --- a/apps/site/src/app/oss-friends/page.tsx +++ b/apps/site/src/app/oss-friends/page.tsx @@ -32,7 +32,7 @@ export default async function OSSFriendsPage() { return (

-
+

diff --git a/apps/site/src/app/typedsql/page.tsx b/apps/site/src/app/typedsql/page.tsx index 1337016894..b8e739e156 100644 --- a/apps/site/src/app/typedsql/page.tsx +++ b/apps/site/src/app/typedsql/page.tsx @@ -12,12 +12,17 @@ const twoCol = [ End-to-end
type-safety

- All TypedSQL queries have typed inputs and outputs preventing errors related to incorrect - types and improving DX. Any type mismatches can be caught right away, while type-safety - significantly improves ergonomics while developing. + All TypedSQL queries have typed inputs and outputs preventing errors + related to incorrect types and improving DX. Any type mismatches can + be caught right away, while type-safety significantly improves + ergonomics while developing.

- -
From 82b39dd00a0a68a369ddfe173a9571290cf94262 Mon Sep 17 00:00:00 2001 From: Carla Goncalves Date: Thu, 16 Apr 2026 15:48:05 +0100 Subject: [PATCH 02/13] Fix some stuff for all pages --- .../icons/technologies/apollo_light.svg | 1 + .../icons/technologies/express_light.svg | 1 + .../public/icons/technologies/planetscale.svg | 2 +- .../icons/technologies/planetscale_light.svg | 1 + .../typedsql/end-to-end-type-safety_light.svg | 2 +- .../typedsql/full-controll-sql_light.svg | 2 +- .../illustrations/typedsql/great-dx_light.svg | 2 +- apps/site/src/app/(index)/page.tsx | 78 ++++----- apps/site/src/app/client/page.tsx | 157 ++++++++++++------ apps/site/src/app/community/page.tsx | 34 +++- .../app/mcp/_components/mcp-cta-section.tsx | 49 ++---- apps/site/src/app/orm/page.tsx | 46 ++--- apps/site/src/app/postgres/page.tsx | 97 ++++++----- apps/site/src/app/typedsql/page.tsx | 47 ++---- .../site/src/components/client/technology.tsx | 19 ++- .../src/components/console-cta-button.tsx | 9 +- .../homepage/card-section/card-section.tsx | 10 +- apps/site/src/components/page-footer-cta.tsx | 96 +++++++++++ 18 files changed, 380 insertions(+), 273 deletions(-) create mode 100644 apps/site/public/icons/technologies/apollo_light.svg create mode 100644 apps/site/public/icons/technologies/express_light.svg create mode 100644 apps/site/public/icons/technologies/planetscale_light.svg create mode 100644 apps/site/src/components/page-footer-cta.tsx diff --git a/apps/site/public/icons/technologies/apollo_light.svg b/apps/site/public/icons/technologies/apollo_light.svg new file mode 100644 index 0000000000..1f5b26adef --- /dev/null +++ b/apps/site/public/icons/technologies/apollo_light.svg @@ -0,0 +1 @@ + diff --git a/apps/site/public/icons/technologies/express_light.svg b/apps/site/public/icons/technologies/express_light.svg new file mode 100644 index 0000000000..358ff84ac6 --- /dev/null +++ b/apps/site/public/icons/technologies/express_light.svg @@ -0,0 +1 @@ + diff --git a/apps/site/public/icons/technologies/planetscale.svg b/apps/site/public/icons/technologies/planetscale.svg index 969c4ae9c3..706477879c 100644 --- a/apps/site/public/icons/technologies/planetscale.svg +++ b/apps/site/public/icons/technologies/planetscale.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/apps/site/public/icons/technologies/planetscale_light.svg b/apps/site/public/icons/technologies/planetscale_light.svg new file mode 100644 index 0000000000..969c4ae9c3 --- /dev/null +++ b/apps/site/public/icons/technologies/planetscale_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/site/public/illustrations/typedsql/end-to-end-type-safety_light.svg b/apps/site/public/illustrations/typedsql/end-to-end-type-safety_light.svg index dc3bd736ab..f7d269a7b6 100644 --- a/apps/site/public/illustrations/typedsql/end-to-end-type-safety_light.svg +++ b/apps/site/public/illustrations/typedsql/end-to-end-type-safety_light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/apps/site/public/illustrations/typedsql/full-controll-sql_light.svg b/apps/site/public/illustrations/typedsql/full-controll-sql_light.svg index 0bdae437cb..987cc45bcf 100644 --- a/apps/site/public/illustrations/typedsql/full-controll-sql_light.svg +++ b/apps/site/public/illustrations/typedsql/full-controll-sql_light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/apps/site/public/illustrations/typedsql/great-dx_light.svg b/apps/site/public/illustrations/typedsql/great-dx_light.svg index 641ee98d6d..9180a24609 100644 --- a/apps/site/public/illustrations/typedsql/great-dx_light.svg +++ b/apps/site/public/illustrations/typedsql/great-dx_light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/apps/site/src/app/(index)/page.tsx b/apps/site/src/app/(index)/page.tsx index 83d24742cf..60a33a977b 100644 --- a/apps/site/src/app/(index)/page.tsx +++ b/apps/site/src/app/(index)/page.tsx @@ -6,6 +6,7 @@ import { CopyCode } from "@/components/homepage/copy-btn"; import { Bento } from "@/components/homepage/bento"; import { CardSection } from "@/components/homepage/card-section/card-section"; import { ConsoleCtaButton } from "@/components/console-cta-button"; +import { PageFooterCta } from "@/components/page-footer-cta"; import review from "../../data/homepage.json"; import Testimonials from "../../components/homepage/testimonials"; @@ -23,8 +24,8 @@ const twoCol = [ Postgres that
fits your stack.

- Works with your existing stack, wherever you deploy.Your choice of ORM, frameworks, and - tools, they all just connect. + Works with your existing stack, wherever you deploy.Your choice of + ORM, frameworks, and tools, they all just connect.

), @@ -44,8 +45,9 @@ const twoCol = [ Real Postgres.
Better experience.

- The PostgreSQL millions know and trust in production, ready in seconds with zero - configuration. Automatic backups, observability and compliance. + The PostgreSQL millions know and trust in production, ready in seconds + with zero configuration. Automatic backups, observability and + compliance.

), @@ -109,14 +111,14 @@ export default function SiteHome() {
-

Postgres,
perfectly managed.

- Real Postgres with the developer experience and infrastructure to ship faster. + Real Postgres with the developer experience and infrastructure to + ship faster.

$ -  npx prisma init + +  npx prisma init +
@@ -154,7 +158,8 @@ export default function SiteHome() { }, { title: "Manage databases", - subtitle: "Create, manage and explore databases directly in your IDE.", + subtitle: + "Create, manage and explore databases directly in your IDE.", imageUrl: "/illustrations/homepage/ide", imageAlt: "IDE", icon: "fa-light fa-screwdriver-wrench", @@ -178,7 +183,8 @@ export default function SiteHome() { }, { title: "Browse your data", - subtitle: "Explore, filter, and edit your data with an interface.", + subtitle: + "Explore, filter, and edit your data with an interface.", imageUrl: "/illustrations/homepage/data", imageAlt: "Data browsing", icon: "fa-light fa-magnifying-glass-arrow-right", @@ -204,8 +210,8 @@ export default function SiteHome() {
-
- Free to get started, no credit card needed. -
-
-
-
-
+
); } diff --git a/apps/site/src/app/client/page.tsx b/apps/site/src/app/client/page.tsx index 8b913f2637..7429e8ce16 100644 --- a/apps/site/src/app/client/page.tsx +++ b/apps/site/src/app/client/page.tsx @@ -29,7 +29,8 @@ const databases = { }, { name: "MariaDB", - icon: "/icons/technologies/mariadb.svg", + icon: "/icons/technologies/mariadbdark.svg", + icon_light: "/icons/technologies/mariadb.svg", url: "/", }, { @@ -49,7 +50,8 @@ const databases = { }, { name: "PlanetScale", - icon: "/icons/companies/planetscale.svg", + icon: "/icons/technologies/planetscale.svg", + icon_light: "/icons/companies/planetscale.svg", url: "/", }, { @@ -71,7 +73,8 @@ const frameworks = { }, { name: "Next.js", - icon: "/icons/technologies/nextjs.svg", + icon: "/icons/technologies/nextjs-light.svg", + icon_light: "/icons/technologies/nextjs.svg", url: "/nextjs", }, { @@ -82,6 +85,7 @@ const frameworks = { { name: "Apollo", icon: "/icons/technologies/apollo.svg", + icon_light: "/icons/technologies/apollo_light.svg", url: "/apollo", }, { @@ -97,6 +101,7 @@ const frameworks = { { name: "ExpressJS", icon: "/icons/technologies/express.svg", + icon_light: "/icons/technologies/express_light.svg", url: "/express", }, { @@ -109,7 +114,7 @@ const frameworks = { const twoCol = [ { content: ( -
+
Editor Integration @@ -119,13 +124,14 @@ const twoCol = [

- The best code is the code that writes itself. Prisma Client gives you a fantastic - autocomplete experience so you can move quickly and be sure you don't write an invalid - query. Our obsession with type safety means you can rest assured that your code works as - expected, every time. + The best code is the code that writes itself. Prisma Client gives you + a fantastic autocomplete experience so you can move quickly and be + sure you don't write an invalid query. Our obsession with type safety + means you can rest assured that your code works as expected, every + time.

-
), @@ -140,7 +146,7 @@ const twoCol = [ }, { content: ( -
+
TypedSQL @@ -150,12 +156,13 @@ const twoCol = [

- Execute SQL queries directly against your database without losing the benefits of Prisma’s - type-checking and auto-completion. TypedSQL leverages the capabilities of Prisma Client to - write raw SQL queries that are type-checked at compile time. + Execute SQL queries directly against your database without losing the + benefits of Prisma’s type-checking and auto-completion. TypedSQL + leverages the capabilities of Prisma Client to write raw SQL queries + that are type-checked at compile time.

-
), @@ -174,21 +181,22 @@ const twoCol = [ export default function Client() { return (
-
+
Prisma Client
-

+

Intuitive database client for TypeScript and Node.js
Database Migrations

- The Prisma Client works seamlessly across languages and databases. Ship faster by writing - less SQL. Avoid mistakes with a fully type-safe API tailored specifically for your app. + The Prisma Client works seamlessly across languages and databases. + Ship faster by writing less SQL. Avoid mistakes with a fully type-safe + API tailored specifically for your app.

@@ -198,7 +206,7 @@ export default function Client() {
- {db.name} +
+ {db.name} + {db.icon_light && ( + {db.name} + )} +
))} @@ -250,7 +275,9 @@ export default function Client() {
{frameworks.title}
-

{frameworks.description}

+

+ {frameworks.description} +

{frameworks.list.map((fw) => ( @@ -260,13 +287,32 @@ export default function Client() { size="4xl" className="h-[75px]! w-[75px]! hover:bg-background-neutral-strong" > - {fw.name} +
+ {fw.name} + {fw.icon_light && ( + {fw.name} + )} +
))} @@ -275,11 +321,11 @@ export default function Client() {
@@ -292,15 +338,14 @@ export default function Client() { Visual database browser

- Prisma Studio is the easiest way to explore and manipulate data in your Prisma - projects. Understand your data by browsing across tables, filter, paginate, traverse - relations and edit your data with safety. + Prisma Studio is the easiest way to explore and manipulate data + in your Prisma projects. Understand your data by browsing across + tables, filter, paginate, traverse relations and edit your data + with safety.

-
@@ -311,15 +356,19 @@ export default function Client() { Hassle-free migrations

- Prisma Migrate auto-generates SQL migrations from your Prisma schema. These - migration files are fully customizable, giving you full control and ultimate - flexibility — from local development to production environments. + Prisma Migrate auto-generates SQL migrations from your Prisma + schema. These migration files are fully customizable, giving you + full control and ultimate flexibility — from local development + to production environments.

-
diff --git a/apps/site/src/app/community/page.tsx b/apps/site/src/app/community/page.tsx index bceebf7383..252317efb9 100644 --- a/apps/site/src/app/community/page.tsx +++ b/apps/site/src/app/community/page.tsx @@ -130,10 +130,10 @@ export default function CommunityPage() {
-

+

- Community -

+ Community +

Join the Prisma Community

@@ -169,10 +169,22 @@ export default function CommunityPage() {

- @@ -378,15 +390,19 @@ export default function CommunityPage() {
diff --git a/apps/site/src/app/mcp/_components/mcp-cta-section.tsx b/apps/site/src/app/mcp/_components/mcp-cta-section.tsx index 54157df717..fb0584ef77 100644 --- a/apps/site/src/app/mcp/_components/mcp-cta-section.tsx +++ b/apps/site/src/app/mcp/_components/mcp-cta-section.tsx @@ -1,4 +1,4 @@ -import { Button } from "@prisma/eclipse"; +import { PageFooterCta } from "@/components/page-footer-cta"; export function McpCtaSection({ docsHref, @@ -8,43 +8,14 @@ export function McpCtaSection({ readDocsHref: string; }) { return ( -
-
-
-
-
-

- Start Building with AI -

-

- Join thousands of developers, and agents, already using Prisma MCP for faster, more - intuitive database workflows. -

-
- -
- - -

- 2-minute setup • Works with all MCP tools -

-
-
-
-
-
+ ); } diff --git a/apps/site/src/app/orm/page.tsx b/apps/site/src/app/orm/page.tsx index 2281693040..21976f2045 100644 --- a/apps/site/src/app/orm/page.tsx +++ b/apps/site/src/app/orm/page.tsx @@ -1,8 +1,8 @@ import { createSoftwareApplicationStructuredData } from "@/lib/structured-data"; import { createPageMetadata } from "@/lib/page-metadata"; -import { Action, Button, Card, Separator } from "@prisma/eclipse"; +import { Action, Button, Separator } from "@prisma/eclipse"; +import { PageFooterCta } from "@/components/page-footer-cta"; import { JsonLd } from "@prisma-docs/ui/components/json-ld"; -import { Bento } from "@/components/homepage/bento"; import { CardSection } from "@/components/homepage/card-section/card-section"; import review from "../../data/homepage.json"; import Testimonials from "../../components/homepage/testimonials"; @@ -432,38 +432,16 @@ export default function ORM() {
)} -
-
-
-
-

- Ready to get started? -

-

- Start from scratch, add Prisma ORM to your existing project, or - explore how to build an app using your favorite framework. -

-
- -
- Free to get started, no credit card needed. -
-
-
-
+
); } diff --git a/apps/site/src/app/postgres/page.tsx b/apps/site/src/app/postgres/page.tsx index bccbf90382..7b59daa43f 100644 --- a/apps/site/src/app/postgres/page.tsx +++ b/apps/site/src/app/postgres/page.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next"; import { Button, Card, Action } from "@prisma/eclipse"; +import { PageFooterCta } from "@/components/page-footer-cta"; import { cn } from "@/lib/cn"; import { CardSection } from "@/components/homepage/card-section/card-section"; import { PostgresTabs } from "../../components/postgres"; @@ -21,9 +22,9 @@ const twoCol = [ you already know

- This is the mature, proven, and production-tested PostgreSQL millions of developers - already rely on. Standard SQL and wire protocol, Postgres extensions like pgvector, and - data import with pg_dump. + This is the mature, proven, and production-tested PostgreSQL millions + of developers already rely on. Standard SQL and wire protocol, + Postgres extensions like pgvector, and data import with pg_dump.

), @@ -47,8 +48,8 @@ const twoCol = [ zero configuration

- Handles connection pooling automatically, and runs on bare metal and unikernels for - maximum performance. + Handles connection pooling automatically, and runs on bare metal and + unikernels for maximum performance.

), @@ -71,9 +72,9 @@ const twoCol = [ from day one

- Automated backups, encryption at rest and in transit, full tenant isolation and - enterprise-grade compliance. Everything you need to ship with confidence, managed - automatically. + Automated backups, encryption at rest and in transit, full tenant + isolation and enterprise-grade compliance. Everything you need to ship + with confidence, managed automatically.

), @@ -139,13 +140,23 @@ export default async function SiteHome() { Build, test and ship faster with zero infrastructure to manage.

- -
@@ -295,35 +316,19 @@ export default async function SiteHome() {
- + ); } diff --git a/apps/site/src/app/typedsql/page.tsx b/apps/site/src/app/typedsql/page.tsx index b8e739e156..8c020441a2 100644 --- a/apps/site/src/app/typedsql/page.tsx +++ b/apps/site/src/app/typedsql/page.tsx @@ -1,5 +1,6 @@ import { createPageMetadata } from "@/lib/page-metadata"; import { Button } from "@prisma/eclipse"; +import { PageFooterCta } from "@/components/page-footer-cta"; import { CardSection } from "@/components/homepage/card-section/card-section"; import { VideoSection } from "@/components/typedsql/video-section"; import { ExpandCapabilities } from "@/components/typedsql/expand-capabilities"; @@ -164,36 +165,22 @@ export default function TypedSQLPage() { -
-
-
-
-

- Raw SQL with type-safety and autocompletion -

-

- TypedSQL gives you even more flexibility and control in your - database queries. Start using TypedSQL in any new or existing - Prisma project. -

-
- -
-
-
+ ); } diff --git a/apps/site/src/components/client/technology.tsx b/apps/site/src/components/client/technology.tsx index 980728d777..a257d28f88 100644 --- a/apps/site/src/components/client/technology.tsx +++ b/apps/site/src/components/client/technology.tsx @@ -1,6 +1,11 @@ "use client"; -import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@prisma/eclipse"; -import { useState } from "react"; +import { + Button, + Tooltip, + TooltipContent, + TooltipProvider, + TooltipTrigger, +} from "@prisma/eclipse"; export const Technology = ({ children, @@ -15,10 +20,12 @@ export const Technology = ({ - {text} diff --git a/apps/site/src/components/console-cta-button.tsx b/apps/site/src/components/console-cta-button.tsx index 628a46ff7f..cba7162da9 100644 --- a/apps/site/src/components/console-cta-button.tsx +++ b/apps/site/src/components/console-cta-button.tsx @@ -11,7 +11,10 @@ interface ConsoleCtaButtonProps extends Omit { rel?: string; } -function buildConsoleHref(consolePath: "/login" | "/sign-up", utmParams: UtmParams) { +function buildConsoleHref( + consolePath: "/login" | "/sign-up", + utmParams: UtmParams, +) { const href = new URL(`https://console.prisma.io${consolePath}`); for (const [key, value] of Object.entries(utmParams)) { @@ -31,7 +34,9 @@ export function ConsoleCtaButton({ rel, ...props }: ConsoleCtaButtonProps) { - const [href, setHref] = useState(() => buildConsoleHref(consolePath, defaultUtm)); + const [href, setHref] = useState(() => + buildConsoleHref(consolePath, defaultUtm), + ); useEffect(() => { const currentUtmParams = getUtmParams( diff --git a/apps/site/src/components/homepage/card-section/card-section.tsx b/apps/site/src/components/homepage/card-section/card-section.tsx index ef69c73f8e..f95dee1aeb 100644 --- a/apps/site/src/components/homepage/card-section/card-section.tsx +++ b/apps/site/src/components/homepage/card-section/card-section.tsx @@ -98,7 +98,10 @@ const ThemeImagePair = ({ }: ThemeImagePairProps) => (
{alt} {alt} +
+
+
+

+ {description && ( +

+ {description} +

+ )} +

+
+ {children ?? + btns?.map((btn, i) => { + if (btn.defaultUtm) { + return ( + + {btn.text} + + + ); + } + + return ( + + ); + })} +
+ {footer && ( +
+ {footer} +
+ )} +
+
+
+ ); +} From 3ab4b9d339659e156b70422976f4c01c54ce5d69 Mon Sep 17 00:00:00 2001 From: Carla Goncalves Date: Thu, 16 Apr 2026 15:57:38 +0100 Subject: [PATCH 03/13] Update build --- apps/site/src/app/client/page.tsx | 16 +++++++++------- apps/site/src/components/page-footer-cta.tsx | 18 +++++++++++------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/apps/site/src/app/client/page.tsx b/apps/site/src/app/client/page.tsx index 7429e8ce16..123ef616af 100644 --- a/apps/site/src/app/client/page.tsx +++ b/apps/site/src/app/client/page.tsx @@ -130,8 +130,8 @@ const twoCol = [ means you can rest assured that your code works as expected, every time.

- ), @@ -161,8 +161,8 @@ const twoCol = [ leverages the capabilities of Prisma Client to write raw SQL queries that are type-checked at compile time.

- ), @@ -343,9 +343,11 @@ export default function Client() { tables, filter, paginate, traverse relations and edit your data with safety.

-
diff --git a/apps/site/src/components/page-footer-cta.tsx b/apps/site/src/components/page-footer-cta.tsx index 638cfbfc69..2e7a786afe 100644 --- a/apps/site/src/components/page-footer-cta.tsx +++ b/apps/site/src/components/page-footer-cta.tsx @@ -70,16 +70,20 @@ export function PageFooterCta({ return ( ); })} From 99feb09dcca660a23768032cc17291b57ed252ef Mon Sep 17 00:00:00 2001 From: Carla Goncalves Date: Thu, 16 Apr 2026 16:08:01 +0100 Subject: [PATCH 04/13] Tentative build fix --- apps/site/src/app/client/page.tsx | 13 +++++-------- apps/site/src/components/client/technology.tsx | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/apps/site/src/app/client/page.tsx b/apps/site/src/app/client/page.tsx index 123ef616af..07f93adfc0 100644 --- a/apps/site/src/app/client/page.tsx +++ b/apps/site/src/app/client/page.tsx @@ -363,14 +363,11 @@ export default function Client() { full control and ultimate flexibility — from local development to production environments.

-
diff --git a/apps/site/src/components/client/technology.tsx b/apps/site/src/components/client/technology.tsx index a257d28f88..237bdade2c 100644 --- a/apps/site/src/components/client/technology.tsx +++ b/apps/site/src/components/client/technology.tsx @@ -21,11 +21,11 @@ export const Technology = ({ {text} From e8a3f96a48047a17ea08ff4e1affd88ca4a377b9 Mon Sep 17 00:00:00 2001 From: Carla Goncalves Date: Thu, 16 Apr 2026 16:24:46 +0100 Subject: [PATCH 05/13] Update variant --- .../site/src/components/client/technology.tsx | 2 +- apps/site/src/components/page-footer-cta.tsx | 4 +-- packages/eclipse/src/components/button.tsx | 28 +++++++++++++------ 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/apps/site/src/components/client/technology.tsx b/apps/site/src/components/client/technology.tsx index 237bdade2c..73f1534673 100644 --- a/apps/site/src/components/client/technology.tsx +++ b/apps/site/src/components/client/technology.tsx @@ -22,7 +22,7 @@ export const Technology = ({