-
-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: integrations form #4655
Fix: integrations form #4655
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@@ -140,15 +134,15 @@ export const AvailableIntegrations: VFC<IAvailableIntegrationsProps> = ({ | |||
</a> | |||
</Typography> | |||
</div> | |||
<div> | |||
<Box sx={theme => ({ marginTop: theme.spacing(2) })}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better as styled component, since you use the same box twice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One things could be changed
Ok. Will do in next PR |
About the changes
Fix submitting integrations form