Skip to content

Commit f29343c

Browse files
committed
Change cat name
1 parent 458cfad commit f29343c

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
@@ -210,7 +210,7 @@ function App() {
210210
type="text"
211211
value={catName}
212212
onChange={(e) => setCatName(e.target.value)}
213-
placeholder="e.g., Pebble"
213+
placeholder="e.g., Bug"
214214
required
215215
/>
216216
</div>

0 commit comments

Comments
 (0)