From 0e37ec1455c9093e2dfbe2bab2e9d397def60904 Mon Sep 17 00:00:00 2001 From: cupofpython Date: Wed, 25 Jun 2025 11:46:27 -0400 Subject: [PATCH] add pebble --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2a3b461..873f5e8 100644 --- a/src/App.js +++ b/src/App.js @@ -210,7 +210,7 @@ function App() { type="text" value={catName} onChange={(e) => setCatName(e.target.value)} - placeholder="e.g., Bug" + placeholder="e.g., Pebble" required />