maybe change form?
This commit is contained in:
parent
c6650196b8
commit
f240c240e9
@ -355,8 +355,6 @@ class Main extends Component {
|
||||
<Gallery style={{}} photos={photos_gallery} onClick={this.openPhoto}/>
|
||||
</div>
|
||||
}
|
||||
{this.state.page == "" &&
|
||||
<div>
|
||||
{(this.state.faq || this.state.showRacerModalWindow) &&
|
||||
<div class="shadow"></div>}
|
||||
{this.state.showRacerModalWindow &&
|
||||
@ -389,7 +387,7 @@ class Main extends Component {
|
||||
<label for="phone" class="form-label">Team (volitelné)</label>
|
||||
<input type="text" class="form-control" id="team" name="team" value={this.state.racer.team}/>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Registrovat a zaplatit</button>
|
||||
<button type="submit" class="btn btn-primary">Vyměnit závodníka</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@ -443,6 +441,8 @@ class Main extends Component {
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
{this.state.page == "" &&
|
||||
<div>
|
||||
<div class="container">
|
||||
<img class="logo" src="/public/logo.svg"></img>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user