Comment out favicon image (for now...)

Commit
3b3471f1ed4bc1259af4262696ee5f6342d719f3
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTRootComponent.class.st
index 21859a77..8a34e712 100644..100644
@@ -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 }