diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f1b8f41..bbad0ca 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,11 +1,4 @@ export default function Footer({ theme }) { - const handleDownload = () => { - const link = document.createElement('a'); - link.href = '/public/resume_eng.pdf'; - link.download = 'alejandrolaguna_resume_eng.pdf'; - link.click(); - }; - return ( ); } +