增加备案号跳转
This commit is contained in:
parent
062aa4dd19
commit
72832f71bb
@ -1,4 +1,5 @@
|
|||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
|
import Link from "next/link";
|
||||||
export default function PageFooter() {
|
export default function PageFooter() {
|
||||||
const t = useTranslations("pageFooter");
|
const t = useTranslations("pageFooter");
|
||||||
return (
|
return (
|
||||||
@ -29,7 +30,9 @@ export default function PageFooter() {
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-center text-gray-300 text-sm mt-2">
|
<div className="text-center text-gray-300 text-sm mt-2">
|
||||||
|
<Link href="https://beian.miit.gov.cn/" target="_blank">
|
||||||
{t("icpNumber")}
|
{t("icpNumber")}
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex justify-center mt-8">
|
<div className="flex justify-center mt-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user