From 8a187c278ad3f7b88cfaa96e8814917c36b062ab Mon Sep 17 00:00:00 2001 From: Petra Donka Date: Tue, 13 Aug 2024 23:08:45 +0200 Subject: [PATCH] ORM Q2 NPS (#6185) * ORM Q2 NPS * Update src/components/promo.tsx --- src/components/promo.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/promo.tsx b/src/components/promo.tsx index ae827d3ec9..246fd09321 100644 --- a/src/components/promo.tsx +++ b/src/components/promo.tsx @@ -71,6 +71,11 @@ export const Promo = () => { link: "https://pris.ly/sidebar-promo/sql-queries-in-orm", color: "teal", }, + { + text: `Tell us how Prisma ORM is working for you!`, + link: "https://pris.ly/orm-survey-5-18", + color: "indigo", + }, ]; let promo = promoOptions[Math.floor(Math.random() * promoOptions.length)];