From 08ff21aed9e4ed05ace6b7723d3f1ed16b368077 Mon Sep 17 00:00:00 2001 From: PrinOrange Date: Wed, 11 Sep 2024 21:46:04 +0800 Subject: [PATCH] [fix] fix some faults in link-directing --- components/utils/Footer.tsx | 33 ++++++++++++++++++++++++++------- pages/friends.tsx | 31 +++++++++++++++++++++++++------ 2 files changed, 51 insertions(+), 13 deletions(-) diff --git a/components/utils/Footer.tsx b/components/utils/Footer.tsx index 7b5754d..e659673 100644 --- a/components/utils/Footer.tsx +++ b/components/utils/Footer.tsx @@ -1,4 +1,10 @@ -import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog"; +import { + Dialog, + DialogContent, + DialogHeader, + DialogTitle, + DialogTrigger, +} from "@/components/ui/dialog"; import { CopyrightAnnouncement, RSSFeedURL } from "@/consts/consts"; import { Config } from "@/data/config"; import Link from "next/link"; @@ -20,7 +26,11 @@ export const Footer = () => { >