ux: removed decorative icon because possibly confusing

Massimo Melina committed Apr 8, 2022 at 19:50 UTC de4277eaf96cf67e8207cb788aa4dfe45a7fb097
1 file changed +1 -1
frontend/src/BrowseFiles.ts
+1 -1
@@ -125,7 +125,7 @@ const EntryProps = memo(function(entry: DirEntry & { midnight: Date }) {
125 h(Html, { code, className:'add-props' }),
126 s !== undefined && h(Fragment, {},
127 h('span', { className:'entry-size' }, formatBytes(s)),
128 - hIcon('download'),
128 + ' — ',
129 ),
130 t && h('span', {
131 className: 'entry-ts',