@@ -56,7 +56,7 @@ const selfHostedPlans: PricingBoxProps[] = [
56
56
features : [ 'Unlimited Use' , 'Private & Public Repos' ] ,
57
57
price : (
58
58
< >
59
- { isEurope ( ) ? '€0' : '$0' } < span > / month </ span >
59
+ { isEurope ( ) ? '€0' : '$0' }
60
60
</ >
61
61
) ,
62
62
btnText : 'Install Now' ,
@@ -70,7 +70,7 @@ const selfHostedPlans: PricingBoxProps[] = [
70
70
features : [ 'Unlimited Prebuilds' , 'Shared Workspaces' , 'Snapshots' , 'Admin Dashboard' , 'Unlimited Use' , 'Private & Public Repos' ] ,
71
71
price : (
72
72
< >
73
- { isEurope ( ) ? '€18' : '$20' } < span > / month </ span >
73
+ { isEurope ( ) ? '€18' : '$20' }
74
74
</ >
75
75
) ,
76
76
duration : 'Per user' ,
@@ -88,23 +88,22 @@ const plans: PricingBoxProps[] = [
88
88
price : (
89
89
< >
90
90
{ isEurope ( ) ? '€0' : '$0' }
91
- < span > / month</ span >
92
91
</ >
93
92
) ,
94
- duration : '50 hours / month' ,
95
- features : [ 'Public Repos' , 'Private Repos (30-Day Trial)' ]
93
+ perUserMonth : true ,
94
+ features : [ < strong > 50 hours/month </ strong > , 'Public Repos' , 'Private Repos (30-Day Trial)' ]
96
95
} ,
97
96
{
98
97
title : 'Personal' ,
99
98
img : < object role = "presentation" tabIndex = { - 1 } data = { LightBulb } /> ,
100
99
price : (
101
100
< >
102
101
{ isEurope ( ) ? '€8' : '$9' }
103
- < span > / month</ span >
104
102
</ >
105
103
) ,
106
- duration : '100 hours / month' ,
104
+ perUserMonth : true ,
107
105
features : [
106
+ < strong > 100 hours / month</ strong > ,
108
107
'Private & Public Repos' ,
109
108
< span className = "span" >
110
109
4 Parallel Workspaces < PopOver description = "The maximum number of workspaces a user can run at the same time" />
@@ -122,11 +121,11 @@ const plans: PricingBoxProps[] = [
122
121
price : (
123
122
< >
124
123
{ isEurope ( ) ? '€23' : '$25' }
125
- < span > / month</ span >
126
124
</ >
127
125
) ,
128
- duration : 'Unlimited hours' ,
126
+ perUserMonth : true ,
129
127
features : [
128
+ < strong > Unlimited hours</ strong > ,
130
129
'Private & Public Repos' ,
131
130
< span className = "span" >
132
131
8 Parallel Workspaces < PopOver description = "The maximum number of workspaces a user can run at the same time" />
@@ -150,11 +149,11 @@ const plans: PricingBoxProps[] = [
150
149
price : (
151
150
< >
152
151
{ isEurope ( ) ? '€35' : '$39' }
153
- < span > / month</ span >
154
152
</ >
155
153
) ,
156
- duration : 'Unlimited hours' ,
154
+ perUserMonth : true ,
157
155
features : [
156
+ < strong > Unlimited hours</ strong > ,
158
157
'Private & Public Repos' ,
159
158
< span className = "span" >
160
159
16 Parallel Workspaces < PopOver description = "The maximum number of workspaces a user can run at the same time" />
0 commit comments