File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -283,19 +283,8 @@ function CoursePage() {
283
283
{ allDiscounts . length > 0 && '🔥' }
284
284
{ featurePrice }
285
285
</ Text >
286
- { ! featuredPlanToEnroll ?. isFreeTier && (
287
- < Flex alignItems = "center" marginTop = "5px" gap = "5px" justifyContent = "center" >
288
- < Icon icon = "shield" color = "#ffffff" secondColor = { courseColor || '#00b765' } width = "23px" />
289
- < Text fontSize = "13px" fontWeight = "medium" paddingTop = "2px" >
290
- { t ( 'common:money-back-guarantee-no-link' ) }
291
- </ Text >
292
- </ Flex >
293
- ) }
294
286
</ Flex >
295
287
</ Button >
296
- { ! featuredPlanToEnroll ?. isFreeTier && (
297
- < Text fontSize = "11px" color = "gray.500" textAlign = "center" marginTop = "6px" dangerouslySetInnerHTML = { { __html : t ( 'common:money-back-guarantee-conditions-link' ) } } />
298
- ) }
299
288
{ isAuthenticated ? (
300
289
< Text size = "13px" padding = "4px 8px" borderRadius = "4px" background = { featuredColor } >
301
290
{ t ( 'signup:switch-user-connector' , { name : user ?. first_name } ) }
Original file line number Diff line number Diff line change @@ -351,17 +351,7 @@ function Checkout() {
351
351
</ Flex >
352
352
) }
353
353
</ Flex >
354
- { ! originalPlan ?. isTrial && (
355
- < Flex flexDirection = "column" alignItems = "flex-start" marginTop = "5px" gap = "5px" >
356
- < Flex alignItems = "center" gap = "5px" >
357
- < Icon icon = "shield" width = "23px" />
358
- < Text fontSize = "13px" fontWeight = "medium" paddingTop = "2px" color = "green.400" lineHeight = "normal" >
359
- { t ( 'common:money-back-guarantee-no-link' ) }
360
- </ Text >
361
- </ Flex >
362
- < Text fontSize = "11px" color = "gray.500" marginLeft = "28px" marginTop = "2px" dangerouslySetInnerHTML = { { __html : t ( 'common:money-back-guarantee-conditions-link' ) } } />
363
- </ Flex >
364
- ) }
354
+
365
355
</ Flex >
366
356
</ Flex >
367
357
< Divider borderBottomWidth = "2px" />
You can’t perform that action at this time.
0 commit comments