[Pharo] Personal fitness tracker web app.
Comment out favicon image (for now...)
src/MyFitnessTracker/MFTRootComponent.class.st
@@ -88,9 +88,9 @@
88
88
name: 'viewport';
89
89
content: 'width=device-width, initial-scale=1'.
90
90
anHtmlRoot title: 'My Fitness Tracker ' , self version.
91
Removed:
anHtmlRoot link
91
Added:
"anHtmlRoot link
92
92
beShortcutIcon;
93
Removed:
url: MFTFileLibrary / #faviconPng
93
Added:
url: MFTFileLibrary / #faviconPng"
94
94
]
95
95
96
96
{ #category : #versions }