diff --git a/components/utils/Footer.tsx b/components/utils/Footer.tsx index e659673..8313838 100644 --- a/components/utils/Footer.tsx +++ b/components/utils/Footer.tsx @@ -1,10 +1,4 @@ -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"; @@ -47,9 +41,7 @@ export const Footer = () => { )} -
- {CopyrightAnnouncement} -
+
{CopyrightAnnouncement}
@@ -61,9 +53,8 @@ export const Footer = () => {
- NOTE: Some RSS Feed Reader may has deficient in rendering - SVG formulations, graphs. Such as the Inoreader, Feedly. If it - happens, please read the origin web page for better experience. + NOTE: Some RSS Feed Reader may has deficient in rendering SVG formulations, graphs. Such as the + Inoreader, Feedly. If it happens, please read the origin web page for better experience.
@@ -76,18 +67,12 @@ export const Footer = () => { text={RSSFeedURL} >
diff --git a/pages/friends.tsx b/pages/friends.tsx index e8e1278..7ef4bc1 100644 --- a/pages/friends.tsx +++ b/pages/friends.tsx @@ -11,28 +11,14 @@ import Link from "next/link"; export default function FriendsPage() { return ( - + -

- {"FRIENDS"} -

+

{"FRIENDS"}

-
+
{FriendsList.map((item) => ( - + {item.title} ))} @@ -40,13 +26,8 @@ export default function FriendsPage() {
- { - "Welcome to exchange our friend links and every high-quality blog websites are welcomed. " - } - + {"Welcome to exchange our friend links and every high-quality blog websites are welcomed. "} + {"Email me please"}