diff --git a/components/FooterComponent.tsx b/components/FooterComponent.tsx index 038bce3..dcbe107 100644 --- a/components/FooterComponent.tsx +++ b/components/FooterComponent.tsx @@ -4,6 +4,9 @@ import { Footer } from "flowbite-react"; import { BsGithub, BsLinkedin } from "react-icons/bs"; import { RxCodesandboxLogo } from "react-icons/rx"; +const LINKEDIN_URL = "https://www.linkedin.com/in/yunior-profile/"; +const GITHUB_URL = "https://github.com/batistaDev1113"; + const FooterComponent = () => { return (