Skip to content

Commit

Permalink
Fix website helpertext
Browse files Browse the repository at this point in the history
  • Loading branch information
neokry committed Jul 28, 2023
1 parent 9b407a9 commit c1f9998
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ export const GeneralForm: React.FC<GeneralFormProps> = ({ title }) => {
formik.setFieldValue('daoWebsite', target.value)
}}
onBlur={formik.handleBlur}
helperText={
'This will show up on-chain as the name of the project and as the name of each NFT , (ex: "NOUNS #60")'
}
helperText={'Add an optional website link for your DAO'}
errorMessage={
formik.touched['daoWebsite'] && formik.errors['daoWebsite']
? formik.errors['daoWebsite']
Expand Down

0 comments on commit c1f9998

Please sign in to comment.