Skip to content

Commit 2c107a7

Browse files
authored
Merge pull request #12395 from TylerAPfledderer/fix/dapps-page-dup-import
fix(pages/dapps): remove duplicate import
2 parents 7607a7a + 4ea5bd4 commit 2c107a7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/pages/dapps.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,7 @@ import dai from "@/public/dapps/stabledai.png"
114114
import status from "@/public/dapps/status.png"
115115
import superrare from "@/public/dapps/superrare.png"
116116
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"
121118
import xmtp from "@/public/dapps/xmtp.png"
122119
import yearn from "@/public/dapps/yearn.png"
123120
import zapper from "@/public/dapps/zapper.png"
@@ -1267,7 +1264,7 @@ const DappsPage = () => {
12671264
name: "Uniswap",
12681265
description: t("page-dapps-editors-choice-uniswap"),
12691266
url: "https://uniswap.exchange/swap",
1270-
image: uniswapec,
1267+
image: uniswap,
12711268
alt: t("page-dapps-uniswap-logo-alt"),
12721269
background: "#212f46",
12731270
type: CategoryType.FINANCE,

0 commit comments

Comments
 (0)