diff --git a/app/about/page.tsx b/app/about/page.tsx index 9fab0bb..0f21ea6 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -68,7 +68,7 @@ export default function AboutPage() { - + {/* Social Links */} diff --git a/components/navigation/AccentLink.tsx b/components/navigation/AccentLink.tsx index c4a6f5d..0f9bef5 100644 --- a/components/navigation/AccentLink.tsx +++ b/components/navigation/AccentLink.tsx @@ -1,9 +1,9 @@ import { IconArrowNarrowRight } from '@tabler/icons-react'; import { colors } from '@/constants'; -export default function AccentLink({ link, label }: { link: string, label: string }) { +export default function AccentLink({ link, label, download }: { link: string, label: string, download?: boolean }) { return ( - + {label} diff --git a/public/Angel_Mankel_Resume_2026.pdf b/public/Angel_Mankel_Resume_2026.pdf new file mode 100644 index 0000000..16abbf5 Binary files /dev/null and b/public/Angel_Mankel_Resume_2026.pdf differ
{label}