Updated default public pages.

Commit
0c63b23e10fec379c11ed8b27de15779b4f14010
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTPageManager.class.st
index 4a205e88..0549bcb8 100644..100644
@@ -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) }