File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
libs/remix-ui/run-tab/src/lib/components Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -117,16 +117,6 @@ export function EnvironmentUI(props: EnvironmentProps) {
117117 < div className = "udapp_crow" >
118118 < label id = "selectExEnv" className = "udapp_settingsLabel" >
119119 < FormattedMessage id = "udapp.environment" />
120- < CustomTooltip placement = { 'auto-end' } tooltipClasses = "text-nowrap" tooltipId = "info-recorder" tooltipText = { < FormattedMessage id = "udapp.tooltipText2" /> } >
121- < a href = "https://chainlist.org/" target = "_blank" >
122- < i className = { 'ml-2 fas fa-plug' } aria-hidden = "true" > </ i >
123- </ a >
124- </ CustomTooltip >
125- < CustomTooltip placement = { 'auto-end' } tooltipClasses = "text-wrap" tooltipId = "runAndDeployAddresstooltip" tooltipText = { < FormattedMessage id = "udapp.environmentDocs" /> } >
126- < a href = "https://remix-ide.readthedocs.io/en/latest/run.html#environment" target = "_blank" rel = "noreferrer" >
127- < i className = "udapp_infoDeployAction ml-2 fas fa-info" > </ i >
128- </ a >
129- </ CustomTooltip >
130120 { currentProvider && currentProvider . isVM && isSaveEvmStateChecked && < CustomTooltip placement = { 'auto-end' } tooltipClasses = "text-wrap" tooltipId = "forkStatetooltip" tooltipText = { < FormattedMessage id = "udapp.forkStateTitle" /> } >
131121 < i className = "udapp_infoDeployAction ml-2 fas fa-code-branch" style = { { cursor : 'pointer' } } onClick = { forkState } data-id = "fork-state-icon" > </ i >
132122 </ CustomTooltip > }
You can’t perform that action at this time.
0 commit comments