Skip to content

Commit

Permalink
fix: remove ellipsis from main text (#174)
Browse files Browse the repository at this point in the history
The line below reporting what operation is happening has also ellipsis. The two together is too much.
  • Loading branch information
agazso authored Jun 29, 2022
1 parent 57733bf commit f165358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function App() {
<Circle color="#ededed" size="216px" borderSize="24px" borderColor="#f8f8f8" spinner quarter />
</Box>
<Box mb={1}>
<p className="strong">Installation in progress...</p>
<p className="strong">Installation in progress</p>
</Box>
<p className="light">{message}</p>
</Center>
Expand Down

0 comments on commit f165358

Please sign in to comment.