This commit is contained in:
Kenneth Jannette
2024-01-27 00:07:23 -06:00
parent afeab03a33
commit 4ccbd24cf5

View File

@@ -49,7 +49,7 @@ const SignupPage = () => {
? process.env.REACT_APP_API_DEV ? process.env.REACT_APP_API_DEV
: process.env.REACT_APP_API_PROD; : process.env.REACT_APP_API_PROD;
const modalText = "Description of monthly and annual subscriptions"; const modalText = "MAYBE PUT TOTAL HERE";
const handleChangeInput = (e, name) => { const handleChangeInput = (e, name) => {
const newData = handleFormDataChange(e, name, data, signupFields); const newData = handleFormDataChange(e, name, data, signupFields);