Skip to content

Commit 1513b34

Browse files
committed
added placeholder
1 parent ae21749 commit 1513b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default function App() {
135135
<div className="App">
136136
<div className="header">
137137
<select onChange={onStateChange}>
138-
<option value=""></option>
138+
<option value="">Selecione um estado</option>
139139
{statesList.sort(sortByName).map((state) => {
140140
return (
141141
<option key={state.sigla} value={state.sigla}>

0 commit comments

Comments
 (0)