Skip to content

Commit

Permalink
Merge branch 'main' into static-ip-pulse
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Aug 14, 2024
2 parents 1066dc4 + 8a187c2 commit 3a8aa10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/promo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)];
Expand Down

0 comments on commit 3a8aa10

Please sign in to comment.