GitHub social link
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
SocialMediaWrap,
|
||||
WebsiteRights,
|
||||
} from "@/components/Footer/FooterElements";
|
||||
import { FaLinkedin } from "react-icons/fa";
|
||||
import { FaGithub, FaLinkedin } from "react-icons/fa";
|
||||
import { FaSquareXTwitter } from "react-icons/fa6";
|
||||
import { animateScroll as scroll } from "react-scroll";
|
||||
|
||||
@@ -30,6 +30,11 @@ const socials = [
|
||||
icon: FaLinkedin,
|
||||
alt: "LinkedIn",
|
||||
},
|
||||
{
|
||||
href: "https://github.com/udlbook/udlbook",
|
||||
icon: FaGithub,
|
||||
alt: "GitHub",
|
||||
},
|
||||
];
|
||||
|
||||
export default function Footer() {
|
||||
|
||||
Reference in New Issue
Block a user