diff --git a/public/app.js b/public/app.js index 16a5d6b..c51e58a 100644 --- a/public/app.js +++ b/public/app.js @@ -3,7 +3,7 @@ const API_URL = window.location.origin; // Humorous step tips const STEP_TIPS = [ "Never underestimate a 5-minute dance break. Your step count (and mood) will thank you.", - "Don't let the high-stepping jet-setters get you down. Focus on crushing whoever's ranked right above you.", + "Don't let the high-steppers get you down. Focus on crushing whoever's ranked right above you.", "Pacing while on phone calls counts. Your colleagues will understand the extra enthusiasm.", "Pro tip: Park in the farthest spot. It's not laziness, it's strategy.", "Taking the stairs? That's just vertical stepping with extra credit.", @@ -23,6 +23,7 @@ const STEP_TIPS = [ "Dancing in the school pickup line may not be the most efficient way to get steps, but it's definitely the most embarrassing for your kids.", "4 out of 5 dentists agree: this has nothing to do with teeth, but walking is still good.", "Rumor has it the winner of the last competition was just trying to learn the latest Katseye choreo.", + "Alexa can't count your steps - make your light switch your new favorite app.", ]; diff --git a/step_competition.db b/step_competition.db index d46e807..c07ccf6 100644 Binary files a/step_competition.db and b/step_competition.db differ