Skip to content

Commit

Permalink
fix: Left align 'Start new application' link (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Oct 11, 2023
1 parent 4fc5b43 commit ed19eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/pages/Preview/StatusPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const StatusPage: React.FC<Props> = ({
onClick={removeSessionIdSearchParam}
sx={contentFlowSpacing}
>
<Typography variant="body1">Start new application</Typography>
<Typography variant="body1" align="left">Start new application</Typography>
</Link>
</>
)}
Expand Down

0 comments on commit ed19eb7

Please sign in to comment.