From 308dec33dd75047cb4097fab80c4e36df6ed10ae Mon Sep 17 00:00:00 2001 From: PR Date: Sun, 31 May 2026 19:25:17 +0530 Subject: [PATCH] feat: add github icon in navbar --- client/src/pages/LandingPage.jsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/client/src/pages/LandingPage.jsx b/client/src/pages/LandingPage.jsx index c632492..a9d3a93 100644 --- a/client/src/pages/LandingPage.jsx +++ b/client/src/pages/LandingPage.jsx @@ -1,5 +1,6 @@ import { Link } from 'react-router-dom' import { motion } from 'framer-motion' +import { FaGithub } from 'react-icons/fa' import { FiSearch, FiUsers, @@ -63,6 +64,15 @@ const LandingPage = () => { StackIt
+ + + Sign In @@ -251,7 +261,7 @@ const LandingPage = () => {
-

© 2024 StackIt. All rights reserved.

+

© {new Date().getFullYear()} StackIt. All rights reserved.

@@ -259,4 +269,4 @@ const LandingPage = () => { ) } -export default LandingPage \ No newline at end of file +export default LandingPage