From d1ccb775b350af4ead6a0527bfe42c44611f63e2 Mon Sep 17 00:00:00 2001 From: Grayash Date: Sat, 7 Sep 2024 17:42:53 +0900 Subject: [PATCH] Add Facebook link to Footer component --- src/app/components/Footer.tsx | 14 ++++++++++++++ src/app/constants/link.ts | 1 + 2 files changed, 15 insertions(+) diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx index 5502df4..846c17f 100644 --- a/src/app/components/Footer.tsx +++ b/src/app/components/Footer.tsx @@ -1,6 +1,7 @@ import Image from "next/image"; import Link from "next/link"; import { + FACEBOOK_LINK, GITHUB_LINK, HOMEPAGE_LINK, INSTAGRAM_LINK, @@ -39,6 +40,18 @@ export default function Footer() { + + + + + +