mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
feat: more clear pricing text (#8429)
![image](https://github.com/user-attachments/assets/c7643829-efe5-43d6-90fc-546d3a47d0b2) --------- Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
This commit is contained in:
parent
32816f5abf
commit
cc07a48500
@ -30,6 +30,10 @@ const StyledCardContent = styled(Box)(({ theme }) => ({
|
||||
padding: theme.spacing(2),
|
||||
}));
|
||||
|
||||
const StyledExtraText = styled('div')(({ theme }) => ({
|
||||
paddingTop: theme.spacing(2),
|
||||
}));
|
||||
|
||||
export const OrderEnvironmentsDialogPricing: FC<
|
||||
OrderEnvironmentsDialogPricingProps
|
||||
> = ({ pricingOptions }) => (
|
||||
@ -55,5 +59,11 @@ export const OrderEnvironmentsDialogPricing: FC<
|
||||
</StyledCardContent>
|
||||
</StyledCard>
|
||||
))}
|
||||
<StyledExtraText>
|
||||
<Typography variant='body2' color='white'>
|
||||
With Pro, there is a minimum of 5 users, meaning an additional
|
||||
environment will cost at least $50 per month.
|
||||
</Typography>
|
||||
</StyledExtraText>
|
||||
</StyledContainer>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user