@@ -23,7 +23,8 @@ const EnterpriseVersion: FC = () => {
23
23
</ div >
24
24
< Button asChild >
25
25
< a href = "https://coder.com/contact/sales" className = "no-underline" >
26
- Upgrade
26
+ < SquareArrowOutUpRight size = { 14 } />
27
+ Contact sales
27
28
</ a >
28
29
</ Button >
29
30
</ header >
@@ -35,7 +36,7 @@ const EnterpriseVersion: FC = () => {
35
36
>
36
37
< span className = "flex items-center" >
37
38
< h2 className = "text-sm font-semibold m-0" >
38
- Multi-Organization Access Controls
39
+ Multi-Organization access controls
39
40
</ h2 >
40
41
< SquareArrowOutUpRight size = { 14 } />
41
42
</ span >
@@ -52,7 +53,7 @@ const EnterpriseVersion: FC = () => {
52
53
href = { docs ( "/admin/users/groups-roles" ) }
53
54
>
54
55
< span className = "flex items-center" >
55
- < h2 className = "text-sm font-semibold m-0" > Custom Role </ h2 >
56
+ < h2 className = "text-sm font-semibold m-0" > Custom role </ h2 >
56
57
< SquareArrowOutUpRight size = { 14 } />
57
58
</ span >
58
59
</ a >
@@ -69,7 +70,7 @@ const EnterpriseVersion: FC = () => {
69
70
>
70
71
< span className = "flex items-center text-sm" >
71
72
< h2 className = "text-sm font-semibold m-0" >
72
- Org-Level Quotas for Chargeback
73
+ Org-Level quotas for chargeback
73
74
</ h2 >
74
75
< SquareArrowOutUpRight size = { 14 } />
75
76
</ span >
@@ -106,11 +107,9 @@ const OSSVersion: FC = () => {
106
107
</ p >
107
108
</ div >
108
109
< Button asChild >
109
- < a
110
- href = "https://coder.com/pricing#compare-plans"
111
- className = "no-underline"
112
- >
113
- Compare Plans
110
+ < a href = "https://coder.com/contact/sales" className = "no-underline" >
111
+ < SquareArrowOutUpRight size = { 14 } />
112
+ Contact sales
114
113
</ a >
115
114
</ Button >
116
115
</ div >
@@ -119,7 +118,7 @@ const OSSVersion: FC = () => {
119
118
< h2 className = "text-xl text-content-primary m-0" >
120
119
< span className = "flex flex-row items-center" >
121
120
< Expand size = { 18 } className = "text-content-secondary" />
122
- Deploy Coder at Scale
121
+ Deploy coder at scale
123
122
</ span >
124
123
</ h2 >
125
124
< p >
@@ -129,7 +128,7 @@ const OSSVersion: FC = () => {
129
128
< ul className = "pl-5" >
130
129
< li >
131
130
< span className = "text-content-primary font-semibold" >
132
- High Availability
131
+ High availability
133
132
</ span >
134
133
< br />
135
134
< span className = "font-medium" >
@@ -139,7 +138,7 @@ const OSSVersion: FC = () => {
139
138
</ li >
140
139
< li >
141
140
< span className = "text-content-primary font-semibold" >
142
- Multi-Organization Access Control
141
+ Multi-Organization access control
143
142
</ span >
144
143
< br />
145
144
< span className = "font-medium" >
@@ -149,7 +148,7 @@ const OSSVersion: FC = () => {
149
148
</ li >
150
149
< li >
151
150
< span className = "text-content-primary font-semibold" >
152
- Unlimited External Authentication Integrations
151
+ Unlimited external authentication integrations
153
152
</ span >
154
153
< br />
155
154
< span className = "font-medium" >
@@ -164,7 +163,7 @@ const OSSVersion: FC = () => {
164
163
< h2 className = "text-xl text-content-primary m-0" >
165
164
< span className = "flex flex-row items-center" >
166
165
< Coins size = { 18 } className = "text-content-secondary" />
167
- Control Infrastructure Costs
166
+ Control infrastructure costs
168
167
</ span >
169
168
</ h2 >
170
169
< p >
@@ -174,7 +173,7 @@ const OSSVersion: FC = () => {
174
173
< ul className = "pl-5" >
175
174
< li >
176
175
< span className = "text-content-primary font-semibold" >
177
- Auto-Stop Idle Workspaces
176
+ Auto-Stop idle workspaces
178
177
</ span >
179
178
< br />
180
179
< span className = "font-medium" >
@@ -184,7 +183,7 @@ const OSSVersion: FC = () => {
184
183
</ li >
185
184
< li >
186
185
< span className = "text-content-primary font-semibold" >
187
- Resource Quotas
186
+ Resource quotas
188
187
</ span >
189
188
< br />
190
189
< span className = "font-medium" >
@@ -194,7 +193,7 @@ const OSSVersion: FC = () => {
194
193
</ li >
195
194
< li >
196
195
< span className = "text-content-primary font-semibold" >
197
- Usage Insights
196
+ Usage insights
198
197
</ span >
199
198
< br />
200
199
< span className = "font-medium" >
@@ -209,7 +208,7 @@ const OSSVersion: FC = () => {
209
208
< h2 className = "text-xl text-content-primary m-0" >
210
209
< span className = "flex flex-row items-center" >
211
210
< Activity size = { 18 } className = "text-content-secondary" />
212
- Govern Workspace Activity
211
+ Govern workspace activity
213
212
</ span >
214
213
</ h2 >
215
214
< p >
@@ -219,7 +218,7 @@ const OSSVersion: FC = () => {
219
218
< ul className = "pl-5" >
220
219
< li >
221
220
< span className = "text-content-primary font-semibold" >
222
- Audit Logging
221
+ Audit logging
223
222
</ span >
224
223
< br />
225
224
< span className = "font-medium" >
@@ -229,7 +228,7 @@ const OSSVersion: FC = () => {
229
228
</ li >
230
229
< li >
231
230
< span className = "text-content-primary font-semibold" >
232
- Template Permissions
231
+ Template permissions
233
232
</ span >
234
233
< br />
235
234
< span className = "font-medium" >
@@ -239,7 +238,7 @@ const OSSVersion: FC = () => {
239
238
</ li >
240
239
< li >
241
240
< span className = "text-content-primary font-semibold" >
242
- Workspace Command Logging
241
+ Workspace command logging
243
242
</ span >
244
243
< br />
245
244
< span className = "font-medium" >
0 commit comments