Commit 29a818a5 authored by seotts's avatar seotts

Change http to https in placeholder

parent a3b3a66f
......@@ -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)}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment