@@ -56,7 +56,7 @@ const selfHostedPlans: PricingBoxProps[] = [
5656 features : [ 'Unlimited Use' , 'Private & Public Repos' ] ,
5757 price : (
5858 < >
59- { isEurope ( ) ? '€0' : '$0' } < span > / month </ span >
59+ { isEurope ( ) ? '€0' : '$0' }
6060 </ >
6161 ) ,
6262 btnText : 'Install Now' ,
@@ -70,7 +70,7 @@ const selfHostedPlans: PricingBoxProps[] = [
7070 features : [ 'Unlimited Prebuilds' , 'Shared Workspaces' , 'Snapshots' , 'Admin Dashboard' , 'Unlimited Use' , 'Private & Public Repos' ] ,
7171 price : (
7272 < >
73- { isEurope ( ) ? '€18' : '$20' } < span > / month </ span >
73+ { isEurope ( ) ? '€18' : '$20' }
7474 </ >
7575 ) ,
7676 duration : 'Per user' ,
@@ -88,23 +88,22 @@ const plans: PricingBoxProps[] = [
8888 price : (
8989 < >
9090 { isEurope ( ) ? '€0' : '$0' }
91- < span > / month</ span >
9291 </ >
9392 ) ,
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)' ]
9695 } ,
9796 {
9897 title : 'Personal' ,
9998 img : < object role = "presentation" tabIndex = { - 1 } data = { LightBulb } /> ,
10099 price : (
101100 < >
102101 { isEurope ( ) ? '€8' : '$9' }
103- < span > / month</ span >
104102 </ >
105103 ) ,
106- duration : '100 hours / month' ,
104+ perUserMonth : true ,
107105 features : [
106+ < strong > 100 hours / month</ strong > ,
108107 'Private & Public Repos' ,
109108 < span className = "span" >
110109 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[] = [
122121 price : (
123122 < >
124123 { isEurope ( ) ? '€23' : '$25' }
125- < span > / month</ span >
126124 </ >
127125 ) ,
128- duration : 'Unlimited hours' ,
126+ perUserMonth : true ,
129127 features : [
128+ < strong > Unlimited hours</ strong > ,
130129 'Private & Public Repos' ,
131130 < span className = "span" >
132131 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[] = [
150149 price : (
151150 < >
152151 { isEurope ( ) ? '€35' : '$39' }
153- < span > / month</ span >
154152 </ >
155153 ) ,
156- duration : 'Unlimited hours' ,
154+ perUserMonth : true ,
157155 features : [
156+ < strong > Unlimited hours</ strong > ,
158157 'Private & Public Repos' ,
159158 < span className = "span" >
160159 16 Parallel Workspaces < PopOver description = "The maximum number of workspaces a user can run at the same time" />
0 commit comments