UI change
This commit is contained in:
@@ -151,7 +151,15 @@ function ResultsPage() {
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Box sx={{ mt: 4, display: 'flex', justifyContent: 'space-between' }}>
|
<Box
|
||||||
|
sx={{
|
||||||
|
mt: 4,
|
||||||
|
display: 'flex',
|
||||||
|
justifyContent: 'space-between',
|
||||||
|
gap: 2, // Adds spacing between buttons
|
||||||
|
flexWrap: 'wrap', // Ensures better behavior on smaller screens
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Button variant="outlined" color="primary" onClick={() => navigate('/upload')}>
|
<Button variant="outlined" color="primary" onClick={() => navigate('/upload')}>
|
||||||
Process Another File
|
Process Another File
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user