diff options
| author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-05 00:31:13 -0400 |
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-05 00:32:19 -0400 |
| commit | 68f2d6cc8716409e29cfecc407821b1c5196d333 (patch) | |
| tree | 54fdeaec45c980d4e2f7e442feabdd422f883bac /src/components/mao-home.js | |
| parent | c1b873625962448bae6d10a68ab537f2fbe1313b (diff) | |
Made small adjustments to improve app.
Deleted main firebase.js file. Also, fixed some small 404 errors and spelling errors.
Diffstat (limited to 'src/components/mao-home.js')
| -rw-r--r-- | src/components/mao-home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mao-home.js b/src/components/mao-home.js index ac9c04c..5238319 100644 --- a/src/components/mao-home.js +++ b/src/components/mao-home.js @@ -32,7 +32,7 @@ class MaoHome extends PageViewElement { <section class="img-section"> <div class="container"> <img src="https://i.imgur.com/BkbHV33.jpg" alt="Maths"> - <div class="centered">Becuase... Math Is Beautiful</div> + <div class="centered">Because... Math Is Beautiful</div> </div> </section> |
