Tucker McKnight <tmcknight@instructure.com> | Wed Feb 04 2026
Add a space after the folder icon
49
dir.isDirectory ? m('span', m.trust('📁')) : null,49
dir.isDirectory ? m('span', m.trust('📁 ')) : null,25
file.isDirectory ? m.trust('<span>📁</span>') : null,25
file.isDirectory ? m.trust('<span>📁 </span>') : null,