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)];