feat(webapp): optimize the setup organization page design

This commit is contained in:
a.bouhuolia
2023-03-06 23:05:21 +02:00
parent 7532b44a57
commit b4559703f9
6 changed files with 44 additions and 71 deletions

View File

@@ -27,13 +27,6 @@ function SetupLeftSectionFooter() {
return (
<div className={'content__footer'}>
<div className={'content__contact-info'}>
<p>
<T id={'setup.left_side.footer_help'} />{' '}
<span>{'+21892-738-1987'}</span>
</p>
</div>
<div className={'content__links'}>
<For render={FooterLinkItem} of={footerLinks} />
</div>