Skip to content

Commit 855ee66

Browse files
author
Sam Morris
committed
update sample cat name
1 parent 32c0653 commit 855ee66

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
@@ -109,7 +109,7 @@ function App() {
109109
type="text"
110110
value={catName}
111111
onChange={(e) => setCatName(e.target.value)}
112-
placeholder="e.g., Whiskers"
112+
placeholder="e.g., Pebble"
113113
required
114114
/>
115115
</div>

0 commit comments

Comments
 (0)