File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- import { FaDiscord , FaGithub , FaTwitch , FaTwitter } from "react-icons/fa6" ;
1+ import { FaGithub , FaLinkedin } from "react-icons/fa6" ;
22
33const links = [
4- { href : 'https://discord.com' , icon : < FaDiscord /> } ,
5- { href : 'https://twitter.com' , icon : < FaTwitter /> } ,
6- { href : 'https://github.com' , icon : < FaGithub /> } ,
7- { href : 'https://twitch.com' , icon : < FaTwitch /> } ,
4+ { href : 'https://github.com/ASHFAQ-91' , icon : < FaGithub /> } ,
5+ { href : 'https://www.linkedin.com/in/ashfaq-qureshi' , icon : < FaLinkedin /> } ,
86]
97
108const Footer = ( ) => {
119 return (
1210 < footer className = 'w-screen bg-violet-300 py-4 text-black' >
1311 < div className = 'container mx-auto flex flex-col items-center justify-between gap-4 px-4 md:flex-row' >
1412 < p className = 'text-center text-sm md:text-left' >
15- ©Nova 2024 . All rights reserved
13+ © MASQ 2025 . All rights reserved
1614 </ p >
1715
1816 < div className = 'flex justify-center gap-4 md:justify-start' >
You can’t perform that action at this time.
0 commit comments