@@ -143,7 +143,6 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
143143 } ) ) ;
144144 } ;
145145
146-
147146 const getPlanLinkForAcademy = ( ) => {
148147 if ( ! selectedAddon || selectedAddon . id !== "academy" ) {
149148 return { link : "#" , name : "Subscribe" } ;
@@ -175,7 +174,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
175174 const enterpriseUserSeats = enterpriseUsers > 0 ? ` and ${ enterpriseUsers } enterprise user${ enterpriseUsers > 1 ? "s" : "" } ` : "" ;
176175 return {
177176 link : matchingPlanLink . link ,
178- name : "Subscribe"
177+ name : "Subscribe For Add-on "
179178 } ;
180179 }
181180
@@ -189,7 +188,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
189188
190189 return {
191190 link : "#" ,
192- name : "Subscribe For"
191+ name : "Subscribe For Add-on "
193192 } ;
194193 } ;
195194
@@ -390,28 +389,28 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
390389 label : (
391390 < Box sx = { { textAlign : "center" , fontSize : "1.25rem" , fontWeight : "bold" } } >
392391 < Box > { option . learners === "2500+" ? "2,500+" : option . learners } </ Box >
393- < Box
394- sx = { {
395- color : "text.secondary" ,
396- mb : 1.5 ,
397- fontSize : {
398- xs : "0.75rem" ,
399- sm : "0.9rem" ,
400- }
401- } } >
402- { formatSliderPrice ( isYearly ? option . yearlyPerUser : option . monthlyPerUser , currency ) } < br /> { targetSubAddon . unitLabelSingular } /{ isYearly ? "year" : "month" }
403- { isYearly && (
392+ { isYearly && (
404393 < Box
405394 sx = { {
406395 fontSize : {
407- xs : "0.7rem " ,
408- sm : "0.7rem " ,
396+ xs : "0.75rem " ,
397+ sm : "0.9rem " ,
409398 }
410399 } }
411400 >
412- { formatSliderPrice ( option . yearlyPerUser / 12 , currency ) } / { targetSubAddon . unitLabelSingular } /month
401+ { formatSliderPrice ( option . yearlyPerUser / 12 , currency ) } < br /> { targetSubAddon . unitLabelSingular } /month
413402 </ Box >
414403 ) }
404+ < Box
405+ sx = { {
406+ color : "text.secondary" ,
407+ mb : 1.5 ,
408+ fontSize : {
409+ xs : "0.75rem" ,
410+ sm : "0.8rem" ,
411+ }
412+ } } >
413+ { formatSliderPrice ( isYearly ? option . yearlyPerUser : option . monthlyPerUser , currency ) } /{ targetSubAddon . unitLabelSingular } /{ isYearly ? "year" : "month" }
415414 </ Box >
416415 </ Box >
417416 ) ,
@@ -519,7 +518,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
519518 }
520519 return formatPrice ( 0 ) ;
521520 }
522- } ) ( ) } /{ isYearly ? "yearly" : "monthly" }
521+ } ) ( ) } /{ isYearly ? "yearly" : "monthly" }
523522 </ Typography >
524523 </ Box >
525524
@@ -595,4 +594,4 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
595594 </ CssBaseline >
596595 </ SistentThemeProvider >
597596 ) ;
598- } ;
597+ } ;
0 commit comments