From 00a74e432615c31140b309dc8e0a2f8495cf868c Mon Sep 17 00:00:00 2001 From: kumbhar-sarthak Date: Fri, 12 Sep 2025 05:19:41 +0000 Subject: [PATCH] footer: added linkedin and discord links to footer. Fixes #267 --- src/components/Footer.jsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index fd9be6d..6d29b71 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,6 +1,6 @@ import React from "react"; import { Link } from "react-router-dom"; -import { FaGithub, FaInstagram } from "react-icons/fa"; +import { FaGithub, FaInstagram, FaLinkedin, FaDiscord } from "react-icons/fa"; const Footer = () => { return ( @@ -41,6 +41,22 @@ const Footer = () => { > + + + + + + {/* Copyright */}