From f1e4da228b80304a33f49960bbffc9eb3ffac846 Mon Sep 17 00:00:00 2001 From: ashkano Date: Tue, 7 Jan 2025 13:43:32 +0330 Subject: [PATCH] Added Instagram and Linkedin to footer --- components/Footer.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index 4a1a721..4803d09 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -1,6 +1,6 @@ import Link from "next/link"; import { useTranslation } from "@/utils/translation" -import { SiBluesky, SiDiscord, SiMastodon, SiTelegram, SiX } from "@icons-pack/react-simple-icons"; +import { SiBluesky, SiDiscord, SiInstagram, SiLinkedin, SiMastodon, SiTelegram, SiX } from "@icons-pack/react-simple-icons"; export function Footer() { const { t } = useTranslation(); @@ -36,6 +36,12 @@ export function Footer() { + + + + + +
{t('footer.copyright')}