You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html : 'App created with <a target="_blank" href="https://github.com/neomjs/neo">neo.mjs</a>.'
43
+
},{
44
+
flex: 1
45
+
},{
46
+
html : 'Data provided by <a target="_blank" href="https://github.com/NovelCOVID/API">NovelCOVID/API</a>.'
47
+
},{
48
+
flex: 1
49
+
},{
50
+
html : 'Country Flag Icons made by <a target="_blank" href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a target="_blank" href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>.'
Copy file name to clipboardExpand all lines: apps/covid/view/GalleryContainer.mjs
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -190,14 +190,6 @@ class GalleryContainer extends Container {
190
190
'<b>Navigation Concept</b>',
191
191
'<p>You can use the Arrow Keys to walk through the items.</p>'
192
192
].join('')
193
-
},{
194
-
module: BoxLabel,
195
-
text : [
196
-
'<b>Attribution</b>',
197
-
'<p>App created with <a href="https://github.com/neomjs/neo">neo.mjs</a>.</p>',
198
-
'<p>Data provided by <a href="https://github.com/NovelCOVID/API">NovelCOVID/API</a>.</p>',
199
-
'<p>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>.</p>'
Copy file name to clipboardExpand all lines: apps/covid/view/HelixContainer.mjs
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -236,14 +236,6 @@ class HelixContainer extends Container {
236
236
'<p>Hit the Space Key to rotate the currently selected item to the front.</p>',
237
237
'<p>Hit the Enter Key to expand the currently selected item.</p>'
238
238
].join('')
239
-
},{
240
-
module: BoxLabel,
241
-
text : [
242
-
'<b>Attribution</b>',
243
-
'<p>App created with <a href="https://github.com/neomjs/neo">neo.mjs</a>.</p>',
244
-
'<p>Data provided by <a href="https://github.com/NovelCOVID/API">NovelCOVID/API</a>.</p>',
245
-
'<p>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>.</p>'
0 commit comments