We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58f08d commit cfc38f8Copy full SHA for cfc38f8
1 file changed
components/os-rel-design/ImageOptions/ImageOptions.tsx
@@ -14,7 +14,7 @@ function ImageOptions({ onSetImage, onSetSize, size, onRenderCanvas, imageUrl })
14
</div>
15
{imageUrl && (
16
<div>
17
- <p className={style.changeIconSizeText}>change icon size</p>
+ <p className={style.changeIconSizeText}>Change image size</p>
18
<input onChange={(e) => onSetSize(e.target.value)} value={size} type="number"></input>
19
20
)}
0 commit comments