God this code sound's creepy
This commit is contained in:
parent
afbd211a76
commit
6d60d83147
|
@ -29,6 +29,7 @@ import { getFirestore,
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
||||||
<Form>
|
<Form>
|
||||||
<Form.Group>
|
<Form.Group>
|
||||||
<Col sm={2}></Col>
|
<Col sm={2}></Col>
|
||||||
|
@ -38,7 +39,7 @@ import { getFirestore,
|
||||||
placeholder="Name" />
|
placeholder="Name" />
|
||||||
<Form.Label style={{ fontSize: '30px' }}>Enter the date the shennanigans occurred (dd-mm-yyyy):</Form.Label>
|
<Form.Label style={{ fontSize: '30px' }}>Enter the date the shennanigans occurred (dd-mm-yyyy):</Form.Label>
|
||||||
<Form.Control type="text" placeholder="Date" />
|
<Form.Control type="text" placeholder="Date" />
|
||||||
<Form.Label style={{ fontSize: '30px' }}>Select the words used by Ray:</Form.Label>
|
<Form.Label style={{ fontSize: '30px' }}>Select the words used by Ray during his little tamper tantrum:</Form.Label>
|
||||||
<Form.Check
|
<Form.Check
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
label="poop"
|
label="poop"
|
||||||
|
|
Loading…
Reference in New Issue