diff --git a/frontend/src/app/components/Footer.tsx b/frontend/src/app/components/Footer.tsx index 12205d7..24e30f7 100644 --- a/frontend/src/app/components/Footer.tsx +++ b/frontend/src/app/components/Footer.tsx @@ -5,18 +5,22 @@ import { FaGithub, FaLinkedin, FaTwitter } from 'react-icons/fa'; export default function Footer() { const t = useTranslations('footer'); + const githubUrl = process.env.NEXT_PUBLIC_GITHUB_URL || '#'; + const linkedinUrl = process.env.NEXT_PUBLIC_LINKEDIN_URL || '#'; + const twitterUrl = process.env.NEXT_PUBLIC_TWITTER_URL || '#'; + return (