diff --git a/frontend/src/components/aboutInformation/aboutInfo.js b/frontend/src/components/aboutInformation/aboutInfo.js index 6dc14f6..6f046e9 100755 --- a/frontend/src/components/aboutInformation/aboutInfo.js +++ b/frontend/src/components/aboutInformation/aboutInfo.js @@ -69,7 +69,7 @@ const AboutInfo = ({ toWhiteBackground, background }) => {

Tritanomaly (trī′tə-nŏm′ə-lē):

- There is a reduced sensitivity to blue right. Most people with this + There is a reduced sensitivity to blue light. Most people with this have issues distinguishing between blue and yellow, violet and red, and blue and green. Most of the colors someone with this would see are pink, red, black, white, grey, and turquoise. This CVD is extremely @@ -81,7 +81,7 @@ const AboutInfo = ({ toWhiteBackground, background }) => {

Individuals with this deficiency can see no colors at all. Everything is a shade of grey that ranges between white and black. This is - incredibly rare (approximately 1 in 33,000 people are diagnosed With + incredibly rare (approximately 1 in 33,000 people are diagnosed with this condition). Due to the range of colors these individuals can see, it can make some tasks in life difficult to preform.

diff --git a/frontend/src/components/game/game.js b/frontend/src/components/game/game.js index 54ee233..01f0569 100755 --- a/frontend/src/components/game/game.js +++ b/frontend/src/components/game/game.js @@ -94,8 +94,8 @@ class game extends Component {
-
-
+
+

Click this color whenever it appears here!

diff --git a/frontend/src/components/game/replay.js b/frontend/src/components/game/replay.js index 6f41f1f..1b83e80 100755 --- a/frontend/src/components/game/replay.js +++ b/frontend/src/components/game/replay.js @@ -60,7 +60,7 @@ class Replay extends Component {

)}
- +
diff --git a/frontend/src/components/header/title.css b/frontend/src/components/header/title.css index 5bd1ef0..abe5cf3 100755 --- a/frontend/src/components/header/title.css +++ b/frontend/src/components/header/title.css @@ -8,6 +8,7 @@ .Button { margin-top: 10px; + margin-bottom: 10px; margin-left: 25px; font-size: 25px; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); diff --git a/frontend/src/components/home/Home.js b/frontend/src/components/home/Home.js index 4ecf5b7..1ee7abd 100755 --- a/frontend/src/components/home/Home.js +++ b/frontend/src/components/home/Home.js @@ -42,12 +42,11 @@ const Home = ({correctColor, incorrectColorOne, incorrectColorTwo, incorrectColorOne={incorrectColorOne} incorrectColorTwo={incorrectColorTwo} /> -

-

+
+

For educational purposes, we record all scores and actions taken in the - game, along with any information you choose to give us from our forum. -

-

+ game, along with any information you choose to give us from our forum.
+ For further information and to see the other labs currently in development for this project, visit diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +}

Final Score