We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 897032c + 98a85ba commit cf957e8Copy full SHA for cf957e8
src/components/ProtocolIcon/ProtocolIcon.js
@@ -26,6 +26,7 @@ import { ReactComponent as Tezos } from './tezos.svg';
26
import { ReactComponent as ZkSync } from './zkSync.svg';
27
import { ReactComponent as Tron } from './tron.svg';
28
import { ReactComponent as Sonic } from './sonic.svg';
29
+import { ReactComponent as Celo } from './celo.svg';
30
31
const iconTypes = {
32
Aptos: <Aptos />,
@@ -54,6 +55,7 @@ const iconTypes = {
54
55
zkSync: <ZkSync />,
56
TRON: <Tron />,
57
Sonic: <Sonic />,
58
+ Celo: <Celo />,
59
};
60
61
const ProtocolIcon = ({ protocolName }) => {
src/components/ProtocolIcon/celo.svg
0 commit comments