2
0

✏️ (lp) Fix incorrect additional limits price

This commit is contained in:
Baptiste Arnaud
2022-11-03 19:39:42 +01:00
parent 570a780db1
commit c62e20f81a
26 changed files with 434 additions and 481 deletions

View File

@ -16,7 +16,7 @@ export const BillingContent = () => {
return (
<Stack spacing="10" w="full">
<UsageContent workspace={workspace} />
<Stack gap="2">
<Stack spacing="2">
<CurrentSubscriptionContent
plan={workspace.plan}
stripeId={workspace.stripeId}

View File

@ -44,7 +44,7 @@ export const CurrentSubscriptionContent = ({
const isSubscribed = (plan === Plan.STARTER || plan === Plan.PRO) && stripeId
return (
<Stack gap="2">
<Stack spacing="2">
<Heading fontSize="3xl">Subscription</Heading>
<HStack data-testid="current-subscription">
<Text>Current workspace subscription: </Text>
@ -70,7 +70,7 @@ export const CurrentSubscriptionContent = ({
{isSubscribed && !isCancelling && (
<>
<Stack gap="1">
<Stack spacing="1">
<Text fontSize="sm">
Need to change payment method or billing information? Head over to
your billing portal:

View File

@ -127,13 +127,6 @@ export const UsageContent = ({ workspace }: Props) => {
</Tooltip>
)}
</HStack>
<Heading
fontSize="xl"
as="h3"
display="inline-flex"
alignItems="center"
gap="2"
></Heading>
<HStack>
<Skeleton
fontWeight="bold"

View File

@ -93,7 +93,7 @@ export const MembersList = () => {
})
return (
<Stack w="full" gap="3">
<Stack w="full" spacing={3}>
{!canInviteNewMember && (
<UnlockPlanInfo
contentLabel={`