aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-11-26 21:16:03 -0500
committerMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-11-26 21:16:03 -0500
commita3d9c13d5e7751d83fdfee2b4fa26bf1c541c8ab (patch)
treed1fa9a3bf7ed28cf0813b00382d0581f7e1c2aec /src/components
parent5758a664821e00a0bdefacd9c8121e41339f9f73 (diff)
Made small typos to make everything clearer.
Diffstat (limited to 'src/components')
-rw-r--r--src/components/mao-competitions.js29
1 files changed, 4 insertions, 25 deletions
diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js
index afe38fa..ca5e1b3 100644
--- a/src/components/mao-competitions.js
+++ b/src/components/mao-competitions.js
@@ -170,9 +170,9 @@ class MaoCompetitions extends connect(store)(PageViewElement) {
<section>
<div class="title">
- <h2 class="underline">Upcoming Competition: Nunn Dostal Hiller Test</h2>
- <p>It is Wendsday, December 5.</p>
- <p>It is similar to a MAO-style test. One hour and 30 questions. This is great practice for the future MAO competitions.</p>
+ <h2 class="underline">Upcoming Competition!</h2>
+ <p><strong>The Nunn Dostal Hiller Test</strong> is Wendsday, December 5.</p>
+ <p>It is similar to a MAO-style test. One hour with 30 questions. This is great practice for the future MAO competitions.</p>
<p>Please log in and sign up as soon as possible in the "Other Tests" section!</p>
</div>
@@ -222,27 +222,6 @@ class MaoCompetitions extends connect(store)(PageViewElement) {
</paper-card>
- <paper-card
- image="http://a57.foxnews.com/images.foxnews.com/content/fox-news/travel/2018/02/24/universal-theme-parks-hike-ticket-prices-following-disney-resorts/_jcr_content/par/featured_image/media-0.img.jpg/931/524/1519489441149.jpg?ve=1&tl=1&text=big-top-image"
- heading="Orlando, Florida"
- class="states-comp-card"
- elevation="0">
-
- <div class="card-content">
- <h2 class="underline">States</h2>
- <p class="footer-comp">April 11-14</p>
- </div>
-
- <div class="card-actions" hidden="${!props.signedIn}">
- <paper-button
- raised
- disabled>
- Not Open for Registration
- </paper-button>
- </div>
-
- </paper-card>
-
</section>
<section>
@@ -426,7 +405,7 @@ class MaoCompetitions extends connect(store)(PageViewElement) {
elevation="0"
name = "Nunn/Dostal/Hiller_Test"
- information = "The Nunn Dostal Hiller Test is similar to a MAO-style test taken at CSN. One hour and 30 questions."
+ information = "The Nunn Dostal Hiller Test is similar to a MAO-style test and will be taken at CSN. One hour with 30 questions."
dates = ${["December 5th"]}
signedIn="${props.signedIn}"
isRegistered="${props.registeredComps.includes('Nunn_Dostal_Hiller_Test')}"