add DAI symbol to token icon parser
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
f64570eea5
commit
ad4b539961
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-dao-interface",
|
"name": "ghost-dao-interface",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
@ -40,6 +40,9 @@ const Token = ({ name, viewBox = "0 0 260 260", fontSize = "large", ...props })
|
|||||||
case "GDAI":
|
case "GDAI":
|
||||||
icon = DaiIcon;
|
icon = DaiIcon;
|
||||||
break;
|
break;
|
||||||
|
case "DAI":
|
||||||
|
icon = DaiIcon;
|
||||||
|
break;
|
||||||
case "ETH":
|
case "ETH":
|
||||||
icon = WethIcon;
|
icon = WethIcon;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user