From 4b75a7328d94c0648d3f14aa338bab21b82d8c2c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 21 Feb 2022 12:26:08 +0800 Subject: [PATCH] =?UTF-8?q?footer=E9=93=BE=E6=8E=A5=E5=88=B0about?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/NEXT/components/Footer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/NEXT/components/Footer.js b/themes/NEXT/components/Footer.js index 57ad7797..4ef42fc0 100644 --- a/themes/NEXT/components/Footer.js +++ b/themes/NEXT/components/Footer.js @@ -2,6 +2,7 @@ import { faCopyright, faEye, faShieldAlt, faUsers, faHeart } from '@fortawesome/ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import React from 'react' import BLOG from '@/blog.config' +import Link from 'next/link' const Footer = ({ title }) => { const d = new Date() @@ -11,7 +12,7 @@ const Footer = ({ title }) => {