Skip to content

Commit cf957e8

Browse files
authored
Merge pull request #11 from chainstacklabs/add-celo-logo
Add Celo logo
2 parents 897032c + 98a85ba commit cf957e8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/components/ProtocolIcon/ProtocolIcon.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { ReactComponent as Tezos } from './tezos.svg';
2626
import { ReactComponent as ZkSync } from './zkSync.svg';
2727
import { ReactComponent as Tron } from './tron.svg';
2828
import { ReactComponent as Sonic } from './sonic.svg';
29+
import { ReactComponent as Celo } from './celo.svg';
2930

3031
const iconTypes = {
3132
Aptos: <Aptos />,
@@ -54,6 +55,7 @@ const iconTypes = {
5455
zkSync: <ZkSync />,
5556
TRON: <Tron />,
5657
Sonic: <Sonic />,
58+
Celo: <Celo />,
5759
};
5860

5961
const ProtocolIcon = ({ protocolName }) => {
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)