|
|
|
@ -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> |
|
|
|
|
</> |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|