Logo boxSize >= 32 is enormous

I’m on the final project in the React course adding the logo for the image (lesson 7). If I set the boxSize to anything over 31, the logo is enormous in my browser (Google Chrome on Windows). So I can see something (appropriately) tiny at boxSize={31} and something 4+ times bigger when I change it to 32. Anyone know how to fix that?

I can use boxSize=“60px” to get the correct size, but that’s not what Mosh is doing. If boxSize={60} is the preferred method, then I’m still not sure what’s going on here.

I use boxSize={“60px”}…works fine.