diff --git a/src/App.js b/src/App.js
index 264f09e..32063fd 100644
--- a/src/App.js
+++ b/src/App.js
@@ -26,8 +26,6 @@ import './App.css'
import { FSContext } from ".//contexts/FSContext.js"
-
-
// declare variables
export function MyForm(props) {
@@ -60,74 +58,74 @@ export function MyForm(props) {
// Create form for user to imput data
return (
-
- Ray Ray's Word Bingo
-
-
- Enter submitter name:
- setSubmitter(e.target.value)}
- />
- Enter the date the shennanigans occurred (dd-mm-yyyy):
- setDate(e.target.value)}
- />
- Enter context for this tamper tantrum:
- setContext(e.target.value)}
- />
- Select the words used by Ray during his little tamper tantrum:
-
-
-
-
-
+
+
+ Ray Ray's Word Bingo
+
+
+ Enter submitter name:
+ setSubmitter(e.target.value)}
+ />
+ Enter the date the shennanigans occurred (dd-mm-yyyy):
+ setDate(e.target.value)}
+ />
+ Enter context for this tamper tantrum:
+ setContext(e.target.value)}
+ />
+ Select the words used by Ray during his little tamper tantrum:
+
+
+
+
+
-
-
-
-
- // Create a button to submit the form data to Firebase
+
+
+
+
+