mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Change http to https in placeholder
This commit is contained in:
parent
a3b3a66f7a
commit
29a818a5bc
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
|
|
Loading…
Reference in a new issue