From 3853160bf38b36ef96fe5b874d7ac06ed47f39d9 Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Sat, 18 Jan 2025 04:16:36 +0800 Subject: [PATCH] BLOG-13 fix: add link to footer icons --- .../src/lib/common/presenter/ui/Footer.tsx | 27 ++++++++++++++++--- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/common/presenter/ui/Footer.tsx b/frontend/src/lib/common/presenter/ui/Footer.tsx index 8386ec7..84215dc 100644 --- a/frontend/src/lib/common/presenter/ui/Footer.tsx +++ b/frontend/src/lib/common/presenter/ui/Footer.tsx @@ -1,15 +1,34 @@ -import { faGithub, faYoutube } from "@fortawesome/free-brands-svg-icons"; +import { faGitAlt, faYoutube } from "@fortawesome/free-brands-svg-icons"; import { faEnvelope } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; +import Link from "next/link"; export default function Footer() { return (
- - - + + + + + + + + +
Copyright © 2025 SquidSpirit -- 2.47.1