diff --git a/src/components/atoms/ProtocolIcon/index.tsx b/src/components/atoms/ProtocolIcon/index.tsx index 7ee28434..57307b7a 100644 --- a/src/components/atoms/ProtocolIcon/index.tsx +++ b/src/components/atoms/ProtocolIcon/index.tsx @@ -244,22 +244,14 @@ const EthBridgeIcon = ({ width }: { width: number }) => ( const MPortalIcon = ({ width }: { width: number }) => ( - + );