[Pharo] Personal fitness tracker web app.
More discreet copyright notice in footer.
src/MyFitnessTracker/MFTDefaultFooter.class.st
@@ -11,7 +11,5 @@
11
11
marginTop: 3;
12
12
paddingTopAndBottom: 2;
13
13
class: 'align-items-center bg-light';
14
Removed:
with: [
15
Removed:
html strong:
16
Removed:
'Copyright 2023–' , Date today year asString , ' Marius PETER' ]
14
Added:
with: 'Copyright 2023–' , Date today year asString , ' Marius PETER'
17
15
]