Change http to https in placeholder

This commit is contained in:
seotts 2021-06-23 14:26:03 -04:00
parent a3b3a66f7a
commit 29a818a5bc

View file

@ -67,7 +67,7 @@ const StudioProjectAdder = ({onSubmit}) => {
className={classNames({'mod-form-error': error})}
disabled={submitting}
type="text"
placeholder="http://scratch.mit.edu/projects/xxxx"
placeholder="https://scratch.mit.edu/projects/xxxx"
value={value}
onKeyDown={e => e.key === 'Enter' && submit()}
onChange={e => setValue(e.target.value)}