Skip to content

Commit 90b8f89

Browse files
fix(pages/dapps): remove duplicate import
1 parent cff7a87 commit 90b8f89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/dapps.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ 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 uniswapec from "@/public/dapps/uni.png"
118117
import uniswap from "@/public/dapps/uni.png"
119118
import xmtp from "@/public/dapps/xmtp.png"
120119
import yearn from "@/public/dapps/yearn.png"
@@ -1265,7 +1264,7 @@ const DappsPage = () => {
12651264
name: "Uniswap",
12661265
description: t("page-dapps-editors-choice-uniswap"),
12671266
url: "https://uniswap.exchange/swap",
1268-
image: uniswapec,
1267+
image: uniswap,
12691268
alt: t("page-dapps-uniswap-logo-alt"),
12701269
background: "#212f46",
12711270
type: CategoryType.FINANCE,

0 commit comments

Comments
 (0)