update root label

pull/866/head
yann300 4 years ago
parent 0210b384a8
commit 4f0cf982d5
  1. 2
      libs/remix-ui/file-explorer/src/lib/file-explorer-menu.tsx

@ -45,7 +45,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
return (
<>
<span className='remixui_label' title={props.title} data-path={props.title} style={{ fontWeight: 'bold' }}>{ props.title }</span>
<span className='remixui_label' title={props.title} data-path={props.title} style={{ fontWeight: 'bold' }}>{ '/' }</span>
<span className="remixui_menu">{
state.menuItems.map(({ action, title, icon }, index) => {
if (action === 'uploadFile') {

Loading…
Cancel
Save