about summary refs log tree commit diff
path: root/website
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-12-13T15·13+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-12-13T15·13+0000
commit27585cd87405216888fb56c2ad89834e86cd008a (patch)
tree7c3e9036a20d82944e77c3c3d415865cff1621cf /website
parent894615af527187415b2afedc849012b949a9a723 (diff)
Update Sunday and Morning chains
Adapting to changes.
Diffstat (limited to 'website')
-rw-r--r--website/habit-screens/src/Habits.elm4
1 files changed, 1 insertions, 3 deletions
diff --git a/website/habit-screens/src/Habits.elm b/website/habit-screens/src/Habits.elm
index bbd5887f8bd5..691adc939464 100644
--- a/website/habit-screens/src/Habits.elm
+++ b/website/habit-screens/src/Habits.elm
@@ -23,8 +23,8 @@ morning =
         )
         [ ( 1, "Make bed" )
         , ( 2, "Brush teeth" )
+        , ( 30, "Run (15 minutes)" )
         , ( 10, "Shower" )
-        , ( 1, "Do push-ups" )
         , ( 10, "Meditate" )
         ]
 
@@ -90,8 +90,6 @@ sunday =
     , ( 10, "Mop tile and wood floors" )
     , ( 10, "Laundry" )
     , ( 5, "Vacuum bedroom" )
-    , ( 5, "Dust surfaces" )
-    , ( 5, "Clean mirrors" )
     , ( 5, "Clean desk" )
     ]