[Pharo] Personal fitness tracker web app.
Updated default public pages.
src/MyFitnessTracker/MFTPageManager.class.st
@@ -30,8 +30,7 @@
30
30
31
31
^ OrderedDictionary newFrom: {
32
32
(#landing -> MFTPublicLandingPage new).
33
Removed:
(#workouts -> MFTWorkoutsListPage new).
34
Removed:
(#weights -> MFTWeightsListPage new).
33
Added:
(#logs -> MFTLogsPage new).
35
34
(#learn -> MFTLearnPage new).
36
35
(#about -> MFTAboutPage new).
37
36
(#profile -> MFTProfilePage new) }