From 01cd3fe5db8b7cc4be2fef508a100909b2a8811b Mon Sep 17 00:00:00 2001 From: Dunemask Date: Thu, 11 Jan 2024 09:44:20 -0700 Subject: [PATCH] [FEATURE] Add Resume Download Button --- src/pages/delta/Contact.jsx | 12 +++++++----- src/pages/resume/References.jsx | 4 ++-- src/pages/resume/Resume.jsx | 12 +++++++----- vite.config.js | 2 +- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/pages/delta/Contact.jsx b/src/pages/delta/Contact.jsx index 64d863f..ed37b6e 100644 --- a/src/pages/delta/Contact.jsx +++ b/src/pages/delta/Contact.jsx @@ -68,11 +68,13 @@ export default function Contact() { title="Email" info="elijahglennparker@outlook.com" /> - {} + { + + } - {/* + Download Resume - */} + ); diff --git a/vite.config.js b/vite.config.js index b73b8a9..8e19457 100644 --- a/vite.config.js +++ b/vite.config.js @@ -19,7 +19,7 @@ export default () => { "@": path.resolve("./src"), "@components": path.resolve("./src/components"), "@images": path.resolve("./src/images"), - "@css": path.resolve("./src/css") + "@css": path.resolve("./src/css"), }, }, });