File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
libs/remix-ui/run-tab/src/lib/components Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -394,18 +394,23 @@ export function AccountUI(props: AccountProps) {
394
394
{ ! smartAccountSelected ? < CustomTooltip placement = { 'top' } tooltipClasses = "text-nowrap" tooltipId = "remixSignMsgTooltip" tooltipText = { < FormattedMessage id = "udapp.signMsgUsingAccount" /> } >
395
395
< i id = "remixRunSignMsg" data-id = "settingsRemixRunSignMsg" className = "mx-1 fas fa-edit udapp_icon" aria-hidden = "true" onClick = { signMessage } > </ i >
396
396
</ CustomTooltip > : null }
397
- { ! smartAccountSelected ?
398
- < span className = 'mx-1' >
399
- < CopyToClipboard className = "fas fa-copy p-0" tip = { intl . formatMessage ( { id : 'udapp.copyAccount' } ) } content = { selectedAccount } direction = "top" />
400
- </ span >
401
- : null }
397
+ < span className = 'mx-1' >
398
+ < CopyToClipboard className = "fas fa-copy p-0" tip = { intl . formatMessage ( { id : 'udapp.copyAccount' } ) } content = { selectedAccount } direction = "top" />
399
+ </ span >
402
400
{ enableDelegationAuthorization ? ( < span className = "mx-1 mt-1" >
403
401
< CustomTooltip placement = { 'top' } tooltipClasses = "text-wrap" tooltipId = "remixDelegationAuthTooltip" tooltipText = { "Using EIP 7702 in Remix" } >
404
402
< a href = { "https://remix-ide.readthedocs.io/en/latest/account-abstraction-7702.html#using-eip-7702-in-remix" } className = "titleInfo p-0 mb-2" target = "_blank" rel = "noreferrer" >
405
403
< i aria-hidden = "true" className = "ml-0 fas fa-info align-self-center" > </ i >
406
404
</ a >
407
405
</ CustomTooltip >
408
406
</ span > ) : null }
407
+ { smartAccountSelected ? ( < span className = "mx-1 mt-1" >
408
+ < CustomTooltip placement = { 'top' } tooltipClasses = "text-wrap" tooltipId = "remixDelegationAuthTooltip" tooltipText = { "Gnosis Safe Smart Accounts in Remix" } >
409
+ < a href = { "https://remix-ide.readthedocs.io/en/latest/account-abstraction-7702.html#gnosis-safe-smart-accounts-in-remix" } className = "titleInfo p-0 mb-2" target = "_blank" rel = "noreferrer" >
410
+ < i aria-hidden = "true" className = "ml-0 fas fa-info align-self-center" > </ i >
411
+ </ a >
412
+ </ CustomTooltip >
413
+ </ span > ) : null }
409
414
{ props . accounts . isRequesting && < i className = "fa fa-spinner fa-pulse ml-2" aria-hidden = "true" > </ i > }
410
415
</ label >
411
416
< div className = "udapp_account" >
You can’t perform that action at this time.
0 commit comments