Skip to content

Commit

Permalink
Fix Partner Page Link (#1929)
Browse files Browse the repository at this point in the history
chore: fix partner link
  • Loading branch information
ruf-io authored Jul 13, 2024
1 parent 2ac28b3 commit 747b4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/partners/collaboration/collaboration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const partners = [
{
logo: { icon: retool, alt: 'Retool', width: 141, height: 40 },
description: `“Our users spend less time on setup and more time on building: they can <span>turn spreadsheet-based processes into secure and scalable apps</span> all in just a few minutes”`,
linkUrl: `${LINKS.blog}/neon-postgres-on-vercel`,
linkUrl: `${LINKS.blog}/how-retool-uses-retool-and-the-neon-api-to-manage-300k-postgres-databases`,
},
{
logo: { icon: vercel, alt: 'Vercel', width: 154, height: 40 },
description: `“By partnering with Neon, Vercel’s frontend platform is now <span>the end-to-end serverless solution</span> for building on the Web”`,
linkUrl: `${LINKS.blog}/how-retool-uses-retool-and-the-neon-api-to-manage-300k-postgres-databases`,
linkUrl: `${LINKS.blog}/neon-postgres-on-vercel`,
},
{
logo: { icon: koyeb, alt: 'Koyeb', width: 138, height: 40 },
Expand Down

0 comments on commit 747b4de

Please sign in to comment.