diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-28 17:53:25 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-28 17:53:25 +0530 |
commit | 05dcdcc398af3ec859a750d7e514a286a265da94 (patch) | |
tree | 554a72c3bcb3f704806b972cef94bec5ae267084 /src/components/Form/AddNewItemForm.js | |
parent | 5ca14fcf3e949308eb0b2d636169e6601df1908d (diff) |
styled the RegisterItemForm properly and introduced like 20 bugs
Diffstat (limited to 'src/components/Form/AddNewItemForm.js')
-rw-r--r-- | src/components/Form/AddNewItemForm.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/Form/AddNewItemForm.js b/src/components/Form/AddNewItemForm.js index 5028af2..877e9f4 100644 --- a/src/components/Form/AddNewItemForm.js +++ b/src/components/Form/AddNewItemForm.js @@ -157,11 +157,13 @@ const AddNewItemForm = (props) => { <div className={"menuButtons"}> <input type="button" value="Register New Item" onClick={() => { - alert("Coming Soon") + alert("this shit refuses to work") }} /> + <input type="button" value="Placeholder1" /> <input type="button" value="Placeholder2" /> <input type="submit" value="Force Add" /> + <input type="submit" value="add" |