Skip to content

Commit c083843

Browse files
committed
Fix link
1 parent 831035e commit c083843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/pages/cloud/pricing.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const tiers = [
1010
{
1111
name: 'Personal',
1212
id: 'tier-free',
13-
href: '#',
13+
href: 'https://bref.cloud/register',
1414
price: 'Free',
1515
description: 'Deploy and host your personal projects.',
1616
features: [
@@ -27,7 +27,7 @@ const tiers = [
2727
{
2828
name: 'Startup',
2929
id: 'tier-startup',
30-
href: '#',
30+
href: 'https://bref.cloud/register',
3131
price: { monthly: '$39', annually: '$399' },
3232
description: 'The essentials for small dev teams that want to grow.',
3333
features: [
@@ -44,7 +44,7 @@ const tiers = [
4444
{
4545
name: 'Team',
4646
id: 'tier-team',
47-
href: '#',
47+
href: 'https://bref.cloud/register',
4848
price: { monthly: '$99', annually: '$999' },
4949
description: 'A plan for businesses with multiple dev teams.',
5050
features: [

0 commit comments

Comments
 (0)