Add title to top of page
This commit is contained in:
parent
6d60d83147
commit
8e116bd3b2
|
@ -29,9 +29,10 @@ import { getFirestore,
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
||||||
<Form>
|
<Form>
|
||||||
<Form.Group>
|
<Form.Group>
|
||||||
|
<Form.Label style={{ fontSize: '40px' }}>Ray Ray's Word Bingo</Form.Label>
|
||||||
|
|
||||||
<Col sm={2}></Col>
|
<Col sm={2}></Col>
|
||||||
<Col sm={8}>
|
<Col sm={8}>
|
||||||
<Form.Label style={{ fontSize: '30px' }}>Enter submitter name:</Form.Label>
|
<Form.Label style={{ fontSize: '30px' }}>Enter submitter name:</Form.Label>
|
||||||
|
|
Loading…
Reference in New Issue