File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
libs/remix-ui/run-tab/src/lib/components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -200,16 +200,16 @@ export function AccountUI(props: AccountProps) {
200200 < div className = "udapp_crow" >
201201 < label className = "udapp_settingsLabel" >
202202 < FormattedMessage id = "udapp.account" />
203- < CustomTooltip placement = { 'top-start ' } tooltipClasses = "text-wrap" tooltipId = "remixPlusWrapperTooltip" tooltipText = { plusOpt . title } >
203+ < CustomTooltip placement = { 'top' } tooltipClasses = "text-wrap" tooltipId = "remixPlusWrapperTooltip" tooltipText = { plusOpt . title } >
204204 < span id = "remixRunPlusWraper" >
205205 < i id = "remixRunPlus" className = { `fas fa-plus-circle udapp_icon ${ plusOpt . classList } ` } aria-hidden = "true" onClick = { newAccount } > </ i >
206206 </ span >
207207 </ CustomTooltip >
208- < CustomTooltip placement = { 'top-start ' } tooltipClasses = "text-nowrap" tooltipId = "remixSignMsgTooltip" tooltipText = { < FormattedMessage id = "udapp.signMsgUsingAccount" /> } >
208+ < CustomTooltip placement = { 'top' } tooltipClasses = "text-nowrap" tooltipId = "remixSignMsgTooltip" tooltipText = { < FormattedMessage id = "udapp.signMsgUsingAccount" /> } >
209209 < i id = "remixRunSignMsg" data-id = "settingsRemixRunSignMsg" className = "ml-2 fas fa-edit udapp_icon" aria-hidden = "true" onClick = { signMessage } > </ i >
210210 </ CustomTooltip >
211211 < span >
212- < CopyToClipboard className = "far fa-copy ml-2 p-0" tip = { intl . formatMessage ( { id : 'udapp.copyAccount' } ) } content = { selectedAccount } direction = "top" />
212+ < CopyToClipboard className = "fas fa-copy ml-2 p-0" tip = { intl . formatMessage ( { id : 'udapp.copyAccount' } ) } content = { selectedAccount } direction = "top" />
213213 </ span >
214214 { props . accounts . isRequesting && < i className = "fa fa-spinner fa-pulse ml-2" aria-hidden = "true" > </ i > }
215215 </ label >
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ export function EnvironmentUI(props: EnvironmentProps) {
2626
2727 < CustomTooltip placement = { 'right' } tooltipClasses = "text-nowrap" tooltipId = "info-recorder" tooltipText = { < FormattedMessage id = "udapp.tooltipText2" /> } >
2828 < a href = "https://chainlist.org/" target = "_blank" >
29- < i style = { { fontSize : 'medium' } } className = { 'ml-2 fad fa-plug' } aria-hidden = "true" > </ i >
29+ < i className = { 'ml-2 fas fa-plug' } aria-hidden = "true" > </ i >
3030 </ a >
3131 </ CustomTooltip >
32- < CustomTooltip placement = { 'right-start ' } tooltipClasses = "text-wrap" tooltipId = "runAndDeployAddresstooltip" tooltipText = { < FormattedMessage id = "udapp.environmentDocs" /> } >
32+ < CustomTooltip placement = { 'right' } tooltipClasses = "text-wrap" tooltipId = "runAndDeployAddresstooltip" tooltipText = { < FormattedMessage id = "udapp.environmentDocs" /> } >
3333 < a href = "https://remix-ide.readthedocs.io/en/latest/run.html#environment" target = "_blank" rel = "noreferrer" >
34- < i className = "udapp_infoDeployAction ml-2 fad fa-info" > </ i >
34+ < i className = "udapp_infoDeployAction ml-2 fas fa-info-circle " > </ i >
3535 </ a >
3636 </ CustomTooltip >
3737 </ label >
You can’t perform that action at this time.
0 commit comments