diff options
Diffstat (limited to 'src/components/mao-competitions.js')
-rw-r--r-- | src/components/mao-competitions.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js index c86be4c..7ed5907 100644 --- a/src/components/mao-competitions.js +++ b/src/components/mao-competitions.js @@ -328,7 +328,7 @@ class MaoCompetitions extends connect(store)(PageViewElement) { name = "Fml" information = "The Florida Math Leauge is a state-wide exam. - It has three parts, each being 30 minutes long." + It has six parts, each being 30 minutes long." dates = ${["October 16th", "November 13th", "December 11th", "January 8th", "February 12th", "March 19th"]} signedIn="${props.signedIn}" @@ -344,8 +344,8 @@ class MaoCompetitions extends connect(store)(PageViewElement) { elevation="0" name = "Logs" - information = "The LOGS test is a 2 part exam that compares your statewide and nationally based on your math subject. With registration, you must be able to attend all test dates." - dates = ${["To Be Determined"]} + information = "The LOGS test is a 3 part exam that compares your statewide and nationally based on your math subject. With registration, you must be able to attend all test dates." + dates = ${["November 30!", "To Be Determined", "To Be Determined"]} signedIn="${props.signedIn}" isRegistered="${props.registeredComps.includes('Logs')}" on-register-comp="${() => store.dispatch(registerComp('Logs'))}"> |