Skip to content

Commit 68bd2e0

Browse files
committed
Changes placeholder of the image input
1 parent ed6a3ac commit 68bd2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SingUp/SingUp.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function SingUp() {
8383
/>
8484
<Input
8585
type={"text"}
86-
placeholder={"foto"}
86+
placeholder={"url de uma imagem"}
8787
value={image}
8888
onChange={(e) => setImage(e.target.value)}
8989
disabled={disable}

0 commit comments

Comments
 (0)