From 1413eb868ef952be44bc3bb9a428c65cf2ea2f32 Mon Sep 17 00:00:00 2001 From: Ember <197652334@qq.com> Date: Sun, 2 Nov 2025 01:50:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20Footer=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E2=80=9C=E6=94=AF=E6=8C=81=E7=9A=84=E4=BA=A4=E6=98=93=E6=89=80?= =?UTF-8?q?=E2=80=9D=E5=88=97=EF=BC=88Binance=E3=80=81Aster=20DEX=20?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=B8=8E=E9=93=BE=E6=8E=A5=EF=BC=89=EF=BC=8C?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E6=97=A9=E6=9C=9F=E7=89=88=E6=9C=AC=E8=AE=B0?= =?UTF-8?q?=E5=BF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/landing/FooterSection.tsx | 25 +++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/web/src/components/landing/FooterSection.tsx b/web/src/components/landing/FooterSection.tsx index b41f9fdb..b8343a42 100644 --- a/web/src/components/landing/FooterSection.tsx +++ b/web/src/components/landing/FooterSection.tsx @@ -1,5 +1,6 @@ import { useLanguage } from '../../contexts/LanguageContext' import { t } from '../../i18n/translations' +import { getExchangeIcon } from '../ExchangeIcons' export default function FooterSection() { const { language } = useLanguage() @@ -7,7 +8,7 @@ export default function FooterSection() {