Skip to content

Commit

Permalink
refactor: update create job button
Browse files Browse the repository at this point in the history
  • Loading branch information
damingerdai committed Feb 12, 2024
1 parent d73a824 commit 855b3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/react/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Home = () => {

return (
<Container component="main" maxWidth="lg">
<Box paddingTop="20px">
<Box sx={{ display: 'flex', flexDirection: 'row', justifyContent: 'end', marginY: "8px"}}>
<Button
variant="contained"
onClick={() => {
Expand Down

0 comments on commit 855b3c2

Please sign in to comment.