aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <mfoiani2019@communiyschoolnaples.org>2019-04-06 13:55:13 -0400
committersotech117 <mfoiani2019@communiyschoolnaples.org>2019-04-06 13:55:13 -0400
commit3c3930e74b734b9397ebac3e5c1b315574d0560b (patch)
treeeeca147e68ad3c20a817b0787995e0c3aa3f6739
parent8adfea012042b0ce88f741e77a33126d47a43eb9 (diff)
Closed D&B
-rw-r--r--src/components/mao-competitions.js21
-rw-r--r--src/components/mao-home.js7
2 files changed, 5 insertions, 23 deletions
diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js
index 1b7075e..cd8e659 100644
--- a/src/components/mao-competitions.js
+++ b/src/components/mao-competitions.js
@@ -178,28 +178,11 @@ class MaoCompetitions extends connect(store)(PageViewElement) {
<section>
<div class="title">
- <h2 class="underline">Upcoming Competition!</h2>
- <p>Please take a look at the <strong>Dave and Busters</strong> trip for states. It will pop up on this page if you are signed in and registered for states.</p>
- <p>Also, please register for <strong>nationals</strong> early! We need that headcount.</p>
+ <h2 class="underline">Last competition.</h2>
+ <p>States is next week! Only thing lieft is nationals!</p>
</div>
</section>
- <section hidden="${!(props.signedIn && props.registeredComps.includes('states'))}">
- <test-element
- id="daveBust-test-element"
-
- class="daveBust"
- elevation="1"
- name = "Dave and Busters Trip"
- information = "Please consider a Thursday night trip for dinner and games at Dave and Busters in Orlando. Register below if you want to participate in it."
-
- dates = ${["Thursday night of MAO States"]}
-
- signedIn="${props.signedIn}"
- isRegistered="${props.registeredComps.includes('Dave_and_Busters')}"
- on-register-comp="${() => store.dispatch(registerComp('Dave_and_Busters'))}">
- </test-element>
- </section>
<section>
diff --git a/src/components/mao-home.js b/src/components/mao-home.js
index 2ad6307..20bcac9 100644
--- a/src/components/mao-home.js
+++ b/src/components/mao-home.js
@@ -92,7 +92,7 @@ class MaoHome extends PageViewElement {
We meet once a week on <strong>D Day Flex</strong>.
</p>
<p>
- Math Madness after school Thursday.
+ Math Madness during lunch on Thursday.
</p>
</div>
@@ -100,8 +100,7 @@ class MaoHome extends PageViewElement {
<div>
<h3>Upcoming Dates</h3>
<ul>
- <li><strong>Registration Deadline</strong> for States:\tMarch 1st</li>
- <li><strong>Registration Deadline</strong> for March 16th Regional:\t March 2nd</li>
+ <li><strong>States</strong>:\t April 11th</li>
</ul>
</div>
</div>
@@ -114,7 +113,7 @@ class MaoHome extends PageViewElement {
Competitions
</h2>
<p>
- States, nationals, and the last regional competitions are coming up. Also, we may begin greater participation in non-mao tests (thanks Jordan H.).
+ States and nationals are the last competitions.
</p>
</div>
</paper-card>