Skip to content

Commit 6355f53

Browse files
committed
remove icons
1 parent 9278303 commit 6355f53

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

libs/remix-ui/run-tab/src/lib/components/environment.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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> }

0 commit comments

Comments
 (0)