mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
improve position of api not connected error message
This commit is contained in:
parent
31a84fb520
commit
b0f0ff2a50
@ -70,7 +70,10 @@ const Index: NextPage = () => {
|
||||
/>
|
||||
|
||||
{status.error && (
|
||||
<Alert message={`There is an error with your API connection: ${status.error.message}`} />
|
||||
<Alert
|
||||
message={`There is an error with your API connection: ${status.error.message}`}
|
||||
style={{ marginBottom: 40, marginLeft: 16, marginRight: 16 }}
|
||||
/>
|
||||
)}
|
||||
<AuthFooter />
|
||||
</Layout>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user