File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,7 @@ import dai from "@/public/dapps/stabledai.png"
114
114
import status from "@/public/dapps/status.png"
115
115
import superrare from "@/public/dapps/superrare.png"
116
116
import synthetix from "@/public/dapps/synthetix.png"
117
- import {
118
- default as uniswap ,
119
- default as uniswapec ,
120
- } from "@/public/dapps/uni.png"
117
+ import uniswap from "@/public/dapps/uni.png"
121
118
import xmtp from "@/public/dapps/xmtp.png"
122
119
import yearn from "@/public/dapps/yearn.png"
123
120
import zapper from "@/public/dapps/zapper.png"
@@ -1267,7 +1264,7 @@ const DappsPage = () => {
1267
1264
name : "Uniswap" ,
1268
1265
description : t ( "page-dapps-editors-choice-uniswap" ) ,
1269
1266
url : "https://uniswap.exchange/swap" ,
1270
- image : uniswapec ,
1267
+ image : uniswap ,
1271
1268
alt : t ( "page-dapps-uniswap-logo-alt" ) ,
1272
1269
background : "#212f46" ,
1273
1270
type : CategoryType . FINANCE ,
You can’t perform that action at this time.
0 commit comments