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"),
},
},
});