From 72832f71bb65c7f103a2ff4d0029d6d7b30fb5b7 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Wed, 30 Oct 2024 12:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=A1=88=E5=8F=B7?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/page/page-footer.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ui/page/page-footer.tsx b/src/ui/page/page-footer.tsx index 8598837..74317af 100644 --- a/src/ui/page/page-footer.tsx +++ b/src/ui/page/page-footer.tsx @@ -1,4 +1,5 @@ import { useTranslations } from "next-intl"; +import Link from "next/link"; export default function PageFooter() { const t = useTranslations("pageFooter"); return ( @@ -29,7 +30,9 @@ export default function PageFooter() {
- {t("icpNumber")} + + {t("icpNumber")} +