aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/actions/firebaseAuth.js3
-rw-r--r--src/components/mao-account.js1
-rw-r--r--src/components/mao-competitions.js1
-rw-r--r--src/components/mao-home.js5
4 files changed, 7 insertions, 3 deletions
diff --git a/src/actions/firebaseAuth.js b/src/actions/firebaseAuth.js
index 7da79db..f7eb89a 100644
--- a/src/actions/firebaseAuth.js
+++ b/src/actions/firebaseAuth.js
@@ -74,7 +74,8 @@ export const signIn = (_email, _password, divison) => (dispatch) => {
dispatch(snapshotRegisteredCompetitions());
//Admin controls
if( user.uid === '4MYYFCFjQtOWxu2kQX7RtvEFzMv2' || //Bridget Denzer
- user.uid === 'sAVjlnSAETaP5VtTKGhfBKHKeQF2' //Michael Foiani
+ user.uid === 'sAVjlnSAETaP5VtTKGhfBKHKeQF2' || //Michael Foiani
+ user.uid === 'W3eN6iycdlYpKYC4lF7qOLr1tEk2' //Jessica Coombs
) {
dispatch(adminListener());
}
diff --git a/src/components/mao-account.js b/src/components/mao-account.js
index 5e128f1..3b47f66 100644
--- a/src/components/mao-account.js
+++ b/src/components/mao-account.js
@@ -133,6 +133,7 @@ class MaoAccount extends connect(store)(PageViewElement) {
<option value="Mu">Mu</option>
<option value="Alpha">Alpha</option>
<option value="Theta">Theta</option>
+ <option value="Stats">Stats</option>
</select>
</div>
diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js
index 935b72a..71b774b 100644
--- a/src/components/mao-competitions.js
+++ b/src/components/mao-competitions.js
@@ -216,6 +216,7 @@ class MaoCompetitions extends connect(store)(PageViewElement) {
<div class="title">
<h2 class="underline">Regionals</h2>
+ <p>You must register for these competitions at <strong>least two weeks</strong> in advance.</p>
<p>To be elgible for the state or national competiton, one must participate in at least 3 regional competitons.</p>
</div>
diff --git a/src/components/mao-home.js b/src/components/mao-home.js
index 7f43aa8..f848e7f 100644
--- a/src/components/mao-home.js
+++ b/src/components/mao-home.js
@@ -91,6 +91,7 @@ class MaoHome extends PageViewElement {
<h3>Upcoming Dates</h3>
<ul>
<li>First Meeting:\tSeptember 12th</li>
+ <li><strong>Welcome Letter Due</strong>:\tSeptember 28th</li>
</ul>
</div>
</div>
@@ -103,11 +104,11 @@ class MaoHome extends PageViewElement {
Welcome Letter
</h2>
<p>
- Welcome Letters mark the beginning of each MAO year. Please read it and show it to your parents.
+ Welcome Letters mark the beginning of each MAO year. Please read it and complete it by September 28th.
</p>
</div>
<div class="card-actions">
- <a href="/#" target="_blank"><paper-button class="info" raised>Welcome Letter</paper-button></a>
+ <a href="https://drive.google.com/open?id=1mnDjeSlxE6aXzTbPwr4JW7KRV6GlaYaV" target="_blank"><paper-button class="info" raised>Welcome Letter</paper-button></a>
</div>
</paper-card>