Skip to content

Commit

Permalink
refactor JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskfla committed May 11, 2024
1 parent 7585b48 commit 57112ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function PlacePixelButton() {
if (isPlacing) {
return (
<Button variant="contained" disabled>
{"Placing Pixel"}
Placing pixel
<CircularProgress
color="inherit"
// Can't get sizing to work dynamically
Expand Down

0 comments on commit 57112ed

Please sign in to comment.