a little css love

This commit is contained in:
Dan 2023-04-26 19:53:18 -04:00
parent 015754e089
commit 342da115f8
1 changed files with 1 additions and 1 deletions

View File

@ -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>