Added display for triggers

This commit is contained in:
Dunemask 2022-10-17 08:00:03 -04:00
parent bc7e0767d6
commit bb934ee859
13 changed files with 154 additions and 28 deletions

View file

@ -55,7 +55,9 @@ export default function Jobs() {
justifyContent="center"
sx={{ flexFlow: "wrap" }}
>
<Typography variant="h4">No jobs found!</Typography>
<Typography variant="h4" sx={{ textAlign: "center" }}>
No jobs found!
</Typography>
</Box>
<Box
display="flex"
@ -63,7 +65,7 @@ export default function Jobs() {
justifyContent="center"
sx={{ flexFlow: "wrap" }}
>
<Typography variant="h5">
<Typography variant="h5" sx={{ textAlign: "center" }}>
Click the '+' to start a new one!
</Typography>
</Box>