File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : [
You can’t perform that action at this time.
0 commit comments