Skip to content

Commit

Permalink
Add Raycast extension sidebar promo callout (#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
petradonka authored Oct 25, 2024
1 parent bfb823f commit ab7d51b
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 @@ -81,6 +81,11 @@ export const Promo = () => {
link: "https://pris.ly/sidebar-promo/faster-db-queries",
color: "teal",
},
{
text: `Using Raycast? Try our "docs search" extension. `,
link: "https://pris.ly/sidebar-promo/raycast-extension",
color: "indigo",
},
];

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

0 comments on commit ab7d51b

Please sign in to comment.