Skip to content

Commit

Permalink
MAT-540, fix end page spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesUoM committed Jun 17, 2024
1 parent 6471bd4 commit 6c3f97f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/TheEnd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ const TheEnd: React.FC = () => {

return (
<div css={theEndStyle}>
<div/>
<div/>
{endState === "discarded" ? <LuXCircle css={{ fontSize: 80 }} /> : <LuCheckCircle css={{ fontSize: 80 }} />}
<div>{text()}</div>
<div css={restartOrBackStyle}>
Expand Down

0 comments on commit 6c3f97f

Please sign in to comment.