mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: optimize setup style.
This commit is contained in:
@@ -31,7 +31,7 @@ function SetupLeftSection({
|
||||
<section className={'setup-page__left-section'}>
|
||||
<div className={'content'}>
|
||||
<div className={'content__logo'}>
|
||||
<Icon icon="bigcapital" className={'bigcapital--alt'} height={37} width={214} />
|
||||
<Icon icon="bigcapital" className={'bigcapital--alt'} height={37} width={190} />
|
||||
</div>
|
||||
|
||||
<h1 className={'content__title'}>
|
||||
|
||||
@@ -70,4 +70,6 @@ function SetupSubscriptionForm({
|
||||
);
|
||||
}
|
||||
|
||||
export default compose(withBillingActions)(SetupSubscriptionForm);
|
||||
export default compose(
|
||||
withBillingActions,
|
||||
)(SetupSubscriptionForm);
|
||||
|
||||
Reference in New Issue
Block a user