split file section

pull/4774/head
Joseph Izang 6 months ago
parent 3fe694eb90
commit 70935da56f
  1. 4
      libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx

@ -246,6 +246,7 @@ contract HelloWorld {
</ModalDialog>
<Toaster message={state.toasterMsg} />
<div className="justify-content-start mt-1 p-2 d-flex flex-column" id="hTFileSection">
<div>
{(state.recentWorkspaces[0] || state.recentWorkspaces[1] || state.recentWorkspaces[2]) && (
<div className="d-flex flex-column mb-5 remixui_recentworkspace">
<label style={{ fontSize: '0.8rem' }} className="mt-3">
@ -268,6 +269,8 @@ contract HelloWorld {
)}
</div>
)}
</div>
<div>
<label style={{ fontSize: '1.2rem' }}>
<FormattedMessage id="home.files" />
</label>
@ -325,6 +328,7 @@ contract HelloWorld {
</CustomTooltip>
</div>
</div>
</div>
</>
)
}

Loading…
Cancel
Save