Skip to content

Commit

Permalink
Clean up low performing promo items
Browse files Browse the repository at this point in the history
  • Loading branch information
sneub committed Oct 14, 2024
1 parent 718ac27 commit c31a40e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/components/promo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,11 @@ export const Promo = () => {
link: "https://pris.ly/sidebar-promo/managed-connection-pool",
color: "teal",
},
{
text: `Scaling your app globally? Make sure your database can keep up.`,
link: "https://pris.ly/sidebar-promo/scaling-your-app-globally",
color: "teal",
},
{
text: `Leverage global cache to serve your data fast, no matter where your users are.`,
link: "https://pris.ly/sidebar-promo/global-cache",
color: "teal",
},
{
{
text: `Want to make your database perform globally?`,
link: "https://pris.ly/sidebar-promo/make-your-db-global",
color: "teal",
},
{
text: `Serving a global audience? You need a global database.`,
link: "https://pris.ly/sidebar-promo/serving-global-audience",
color: "teal",
},
{
text: `Want to react to database changes in your app, as they happen?`,
link: "https://pris.ly/sidebar-promo/react-to-database-changes",
Expand Down

0 comments on commit c31a40e

Please sign in to comment.