Skip to content

Commit

Permalink
fix(app): fix center aligned app update text
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Feb 15, 2024
1 parent 0c19564 commit 7037a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/organisms/UpdateAppModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const UPDATE_PROGRESS_BAR_STYLE = css`
`
const LEGACY_MODAL_STYLE = css`
width: 40rem;
text-align: center;
`

const RESTART_APP_AFTER_TIME = 5000
Expand Down

0 comments on commit 7037a24

Please sign in to comment.