[Pharo] Personal fitness tracker web app.
Changed main public card slogan.
src/MyFitnessTracker/MFTMainPublicCard.class.st
@@ -28,11 +28,11 @@
28
28
with: [
29
29
html displayHeading
30
30
level: 1;
31
Removed:
with: 'Welcome to My Fitness Tracker!'.
31
Added:
with: 'Free Software never looked so fit.'.
32
32
html heading
33
33
level: 2;
34
34
textMuted;
35
Removed:
with: 'Free Software never looked so fit.'.
35
Added:
with: 'No registration needed to explore my app''s features!'.
36
36
html form: [
37
37
html formButton
38
38
bePrimary;