mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
Merge branch 'main' into develop
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
.root{
|
||||
margin: 0 auto;
|
||||
padding: 0 40px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.periodSwitch {
|
||||
|
||||
@@ -21,7 +21,7 @@ export function SubscriptionPlans({
|
||||
const subscriptionPlans = useSubscriptionPlans();
|
||||
|
||||
return (
|
||||
<Group spacing={14} noWrap align="stretch" {...wrapProps}>
|
||||
<Group spacing={10} noWrap align="stretch" {...wrapProps}>
|
||||
{subscriptionPlans.map((plan, index) => (
|
||||
<SubscriptionPlanMapped key={index} plan={plan} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user