Skip to content

Commit

Permalink
feat: add icons for community fund tokens CVX, WBTC and WETH
Browse files Browse the repository at this point in the history
  • Loading branch information
0x31 committed Sep 16, 2022
1 parent b9360af commit cfd46b5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Catalog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export const Catalog = () => {
<TokenIcon token={"BTC"} white={true} />
<TokenIcon token={"BUSD"} white={true} />
<TokenIcon token={"CRV"} white={true} />
<TokenIcon token={"CVX"} white={true} />
<TokenIcon token={"DAI"} white={true} />
<TokenIcon token={"DGB"} white={true} />
<TokenIcon token={"DOGE"} white={true} />
Expand All @@ -177,6 +178,8 @@ export const Catalog = () => {
<TokenIcon token={"UNI"} white={true} />
<TokenIcon token={"USDC"} white={true} />
<TokenIcon token={"USDT"} white={true} />
<TokenIcon token={"WBTC"} white={true} />
<TokenIcon token={"WETH"} white={true} />
<TokenIcon token={"ZEC"} white={true} />
</Flex>
</CatalogItem>
Expand Down
6 changes: 6 additions & 0 deletions src/views/tokenIcon/TokenIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { ReactComponent as WhiteBNB } from "./icons/white/bnb.svg";
import { ReactComponent as WhiteBTC } from "./icons/white/btc.svg";
import { ReactComponent as WhiteBUSD } from "./icons/white/busd.svg";
import { ReactComponent as WhiteCRV } from "./icons/white/crv.svg";
import { ReactComponent as WhiteCVX } from "./icons/white/cvx.svg";
import { ReactComponent as WhiteDAI } from "./icons/white/dai.svg";
import { ReactComponent as WhiteDGB } from "./icons/white/dgb.svg";
import { ReactComponent as WhiteDOGE } from "./icons/white/doge.svg";
Expand All @@ -49,6 +50,8 @@ import { ReactComponent as WhiteSUSHI } from "./icons/white/sushi.svg";
import { ReactComponent as WhiteUNI } from "./icons/white/uni.svg";
import { ReactComponent as WhiteUSDC } from "./icons/white/usdc.svg";
import { ReactComponent as WhiteUSDT } from "./icons/white/usdt.svg";
import { ReactComponent as WhiteWBTC } from "./icons/white/wbtc.svg";
import { ReactComponent as WhiteWETH } from "./icons/white/weth.svg";
import { ReactComponent as WhiteZEC } from "./icons/white/zec.svg";

const icons = {
Expand Down Expand Up @@ -80,6 +83,7 @@ const icons = {
BTC: WhiteBTC,
BUSD: WhiteBUSD,
CRV: WhiteCRV,
CVX: WhiteCVX,
DAI: WhiteDAI,
DGB: WhiteDGB,
DOGE: WhiteDOGE,
Expand All @@ -100,6 +104,8 @@ const icons = {
UNI: WhiteUNI,
USDC: WhiteUSDC,
USDT: WhiteUSDT,
WBTC: WhiteWBTC,
WETH: WhiteWETH,
ZEC: WhiteZEC,
},
};
Expand Down
10 changes: 10 additions & 0 deletions src/views/tokenIcon/icons/white/cvx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/views/tokenIcon/icons/white/wbtc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/views/tokenIcon/icons/white/weth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfd46b5

Please sign in to comment.