From c0838430e3a7371bc419efc2f62c5a61f05759ab Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 20 Jan 2025 12:59:31 +0100 Subject: [PATCH] Fix link --- website/src/pages/cloud/pricing.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/pages/cloud/pricing.jsx b/website/src/pages/cloud/pricing.jsx index 3cabfc956..2bd7ed460 100644 --- a/website/src/pages/cloud/pricing.jsx +++ b/website/src/pages/cloud/pricing.jsx @@ -10,7 +10,7 @@ const tiers = [ { name: 'Personal', id: 'tier-free', - href: '#', + href: 'https://bref.cloud/register', price: 'Free', description: 'Deploy and host your personal projects.', features: [ @@ -27,7 +27,7 @@ const tiers = [ { name: 'Startup', id: 'tier-startup', - href: '#', + href: 'https://bref.cloud/register', price: { monthly: '$39', annually: '$399' }, description: 'The essentials for small dev teams that want to grow.', features: [ @@ -44,7 +44,7 @@ const tiers = [ { name: 'Team', id: 'tier-team', - href: '#', + href: 'https://bref.cloud/register', price: { monthly: '$99', annually: '$999' }, description: 'A plan for businesses with multiple dev teams.', features: [