File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/permission-handler/src/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ const PermissionHandlerDialog = (props: PermissionHandlerProps) => {
1919 }
2020
2121 const imgFrom = ( ) => {
22- if ( ! from . icon || from . icon === '' ) from . icon = "/assets/img/unknownPluginIcon .webp"
22+ if ( ! from . icon || from . icon === '' ) from . icon = "/assets/img/pluginManager .webp"
2323 return < img className = { `opacity(0.5);` } alt = "" id = "permissionModalImagesFrom" src = { from . icon } />
2424 }
2525 const imgTo = ( ) => {
26- if ( ! to . icon || to . icon === '' ) to . icon = "/assets/img/unknownPluginIcon .webp"
26+ if ( ! to . icon || to . icon === '' ) to . icon = "/assets/img/pluginManager .webp"
2727 return < img className = { `opacity(0.5);` } alt = "" id = "permissionModalImagesTo" src = { to . icon } />
2828 }
2929 const pluginsImages = ( ) => {
You can’t perform that action at this time.
0 commit comments