Skip to content

Commit

Permalink
Merge pull request GDSC-Jadavpur-University#223 from adi-ray/main
Browse files Browse the repository at this point in the history
Update Footer section
  • Loading branch information
Ayushpanditmoto authored Oct 7, 2023
2 parents a4bee5a + 4db0f82 commit ddd179a
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import React from 'react';
import Link from 'next/link';
import { FaFacebook, FaTwitter, FaYoutube, FaInstagram, FaLinkedin, FaGithub } from 'react-icons/fa';
import React from "react";
import Link from "next/link";
import {
FaFacebook,
FaYoutube,
FaInstagram,
FaLinkedin,
FaGithub,
FaXTwitter,
} from "react-icons/fa6";

function Footer() {
const socials = [
Expand All @@ -12,11 +19,11 @@ function Footer() {
darkhoverColor: 'dark:hover:text-blue-600',
},
{
name: 'Twitter',
link: 'https://twitter.com/googledevs',
icon: <FaTwitter />,
hoverColor: 'hover:text-blue-400',
darkhoverColor: 'dark:hover:text-blue-400',
name: "Twitter",
link: "https://twitter.com/googledevs",
icon: <FaXTwitter />,
hoverColor: "hover:text-black",
darkhoverColor: "dark:hover:text-white",
},
{
name: 'Youtube',
Expand All @@ -29,8 +36,8 @@ function Footer() {
name: 'Instagram',
link: 'https://www.instagram.com/gdsc_ju/',
icon: <FaInstagram />,
hoverColor: 'hover:text-purple-600',
darkhoverColor: 'dark:hover:text-purple-600',
hoverColor: "hover:text-pink-600",
darkhoverColor: "dark:hover:text-pink-600",
},
{
name: 'LinkedIn',
Expand Down

1 comment on commit ddd179a

@vercel
Copy link

@vercel vercel bot commented on ddd179a Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.