This commit is contained in:
Kenneth Jannette
2024-01-26 18:14:24 -06:00
parent a3f8d23904
commit 4ab641150d
2 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ const SignupPage = () => {
const basicPrice = 59;
const proPrice = 139;
const unlimtedAnnualPrice = 169;
const unlimtedPrice = 169;
const handleChangeInput = (e, name) => {
const newData = handleFormDataChange(e, name, data, signupFields);