@@ -278,14 +278,23 @@ const Payment = class extends Component {
278
278
</ div >
279
279
</ Row >
280
280
</ li >
281
+ < li >
282
+ < Row className = 'mb-3 pricing-features-item' >
283
+ < Icon
284
+ name = 'minus-circle'
285
+ fill = 'rgba(101, 109, 123, 0.16)'
286
+ />
287
+ < div className = 'ml-2 disabled' > Audit Logs</ div >
288
+ </ Row >
289
+ </ li >
281
290
< li >
282
291
< Row className = 'mb-3 pricing-features-item' >
283
292
< Icon
284
293
name = 'minus-circle'
285
294
fill = 'rgba(101, 109, 123, 0.16)'
286
295
/>
287
296
< div className = 'ml-2 disabled' >
288
- 2FA and SAML Authentication
297
+ Two Factor Authentication (2FA)
289
298
</ div >
290
299
</ Row >
291
300
</ li >
@@ -295,7 +304,9 @@ const Payment = class extends Component {
295
304
name = 'minus-circle'
296
305
fill = 'rgba(101, 109, 123, 0.16)'
297
306
/>
298
- < div className = 'ml-2 disabled' > Audit Logs</ div >
307
+ < div className = 'ml-2 disabled' >
308
+ SAML Authentication
309
+ </ div >
299
310
</ Row >
300
311
</ li >
301
312
< li >
@@ -488,17 +499,28 @@ const Payment = class extends Component {
488
499
< span >
489
500
< Icon name = 'checkmark-circle' fill = '#27AB95' />
490
501
</ span >
491
- < div className = 'ml-2' >
492
- 2FA and SAML Authentication
493
- </ div >
502
+ < div className = 'ml-2' > Audit Logs</ div >
494
503
</ Row >
495
504
</ li >
496
505
< li >
497
506
< Row className = 'mb-3 pricing-features-item' >
498
507
< span >
499
508
< Icon name = 'checkmark-circle' fill = '#27AB95' />
500
509
</ span >
501
- < div className = 'ml-2' > Audit Logs</ div >
510
+ < div className = 'ml-2' >
511
+ Two Factor Authentication (2FA)
512
+ </ div >
513
+ </ Row >
514
+ </ li >
515
+ < li >
516
+ < Row className = 'mb-3 pricing-features-item' >
517
+ < Icon
518
+ name = 'minus-circle'
519
+ fill = 'rgba(101, 109, 123, 0.16)'
520
+ />
521
+ < div className = 'ml-2 disabled' >
522
+ SAML Authentication
523
+ </ div >
502
524
</ Row >
503
525
</ li >
504
526
< li >
0 commit comments