diff --git a/src/app/ui/components/footer.tsx b/src/app/ui/components/footer.tsx index acdc204..93c29f4 100644 --- a/src/app/ui/components/footer.tsx +++ b/src/app/ui/components/footer.tsx @@ -1,23 +1,30 @@ import { faTwitter, faGithub } from '@fortawesome/free-brands-svg-icons' -import { faEnvelope } from '@fortawesome/free-regular-svg-icons' +import { faEnvelope as faEnvelopeRegular } from '@fortawesome/free-regular-svg-icons' +import { faEnvelope as faEnvelopeSolid } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import Link from 'next/link' export default function Footer() { return (