Change http:// to https://
This commit is contained in:
@@ -199,7 +199,7 @@ var TeamListItemNew = React.createClass({
|
|||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
<label for="inputTeamURL">URL</label>
|
<label for="inputTeamURL">URL</label>
|
||||||
{ ' ' }
|
{ ' ' }
|
||||||
<input type="url" className="form-control" id="inputTeamURL" placeholder="http://example.com/team" value={ this.state.url } onChange={ this.handleURLChange } />
|
<input type="url" className="form-control" id="inputTeamURL" placeholder="https://example.com/team" value={ this.state.url } onChange={ this.handleURLChange } />
|
||||||
</div>
|
</div>
|
||||||
{ ' ' }
|
{ ' ' }
|
||||||
<Button type="submit">Add</Button>
|
<Button type="submit">Add</Button>
|
||||||
|
Reference in New Issue
Block a user