diff options
Diffstat (limited to 'src/components/mao-competitions.js')
-rw-r--r-- | src/components/mao-competitions.js | 21 |
1 files changed, 2 insertions, 19 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> |