Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 20, 2025
1 parent 831035e commit c083843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/cloud/pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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: [
Expand All @@ -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: [
Expand Down

0 comments on commit c083843

Please sign in to comment.