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