Skip to content

Commit

Permalink
add optimize promo
Browse files Browse the repository at this point in the history
  • Loading branch information
meletj authored Sep 11, 2024
1 parent ad9955b commit 71eebab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/promo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ export const Promo = () => {
link: "https://pris.ly/orm-survey-5-18",
color: "indigo",
},
{
text: `Need to improve app performance? Get tailored recommendations.`,
link: "https://pris.ly/sidebar-promo/tailored-recommendations",
color: "teal",
},
{
text: `Your db queries could be faster? Let Optimize figure out why. `,
link: "https://pris.ly/sidebar-promo/faster-db-queries",
color: "teal",
},

];

let promo = promoOptions[Math.floor(Math.random() * promoOptions.length)];
Expand Down

0 comments on commit 71eebab

Please sign in to comment.