Skip to content

Commit

Permalink
Center final message again
Browse files Browse the repository at this point in the history
The message after successfully starting a workflow
was stuck to the top of the page. This patch moves it to the center of
the page again.
  • Loading branch information
Arnei committed Jul 9, 2024
1 parent d981113 commit fc4928f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const Body: React.FC = () => {
);
} else if (isEnd) {
return (
<div>
<>
<Lock />
<TheEnd />
</div>
</>
);
} else if (isError) {
return (
Expand Down

0 comments on commit fc4928f

Please sign in to comment.