a little css love
This commit is contained in:
parent
015754e089
commit
342da115f8
|
@ -106,7 +106,7 @@ export default function ProcessInterstitial() {
|
|||
['WAITING', 'ERROR', 'LOCKED', 'COMPLETED', 'READY'].includes(getStatus())
|
||||
)
|
||||
return (
|
||||
<div style={{ padding: '10px 0 30px 0' }}>
|
||||
<div style={{ padding: '10px 0 50px 0' }}>
|
||||
<Button kind="secondary" onClick={() => navigate(`/tasks`)}>
|
||||
Return to Home
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue