Skip to content

Commit cfc38f8

Browse files
InbarDanieliMichalPorag
authored andcommitted
chore: lint
1 parent a58f08d commit cfc38f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/os-rel-design/ImageOptions/ImageOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function ImageOptions({ onSetImage, onSetSize, size, onRenderCanvas, imageUrl })
1414
</div>
1515
{imageUrl && (
1616
<div>
17-
<p className={style.changeIconSizeText}>change icon size</p>
17+
<p className={style.changeIconSizeText}>Change image size</p>
1818
<input onChange={(e) => onSetSize(e.target.value)} value={size} type="number"></input>
1919
</div>
2020
)}

0 commit comments

Comments
 (0)