Skip to content

Commit

Permalink
feat: Add restart text label to restart button (#3211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored May 30, 2024
1 parent 6d649ca commit c250d10
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions editor.planx.uk/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,15 +366,16 @@ const PublicToolbar: React.FC<{
size="large"
aria-describedby="restart-application-description"
>
<Reset color="secondary" />
<Typography
id="restart-application-description"
style={visuallyHidden}
variant="body2"
fontSize="small"
fontWeight={FONT_WEIGHT_SEMI_BOLD}
pl={0.5}
>
Open a dialog with the option to restart your application.
If you chose to restart your application, this will delete
your previous answers
Restart
</Typography>
<Reset color="secondary" />
</IconButton>
)}
</RightBox>
Expand Down

0 comments on commit c250d10

Please sign in to comment.