diff --git a/src/css/contact.css b/src/css/contact.css
index fca0d7d..4e759bf 100644
--- a/src/css/contact.css
+++ b/src/css/contact.css
@@ -7,7 +7,8 @@
border-radius: 50%;
border: 1px solid #f3ac20;
color: #f3ac20;
- transition: all 0.3s;
+ /*MUI Overrides the style unless you control it via React*/
+ /*transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;*/
}
.contact-icon:hover {
diff --git a/src/pages/delta/ContactStrip.jsx b/src/pages/delta/ContactStrip.jsx
index 60b8601..cd4c3f0 100644
--- a/src/pages/delta/ContactStrip.jsx
+++ b/src/pages/delta/ContactStrip.jsx
@@ -18,7 +18,10 @@ export default function ContactStrip(props) {
}}
>
-
+
{title}
diff --git a/src/pages/delta/Education.jsx b/src/pages/delta/Education.jsx
index 0ec5134..ea471ee 100644
--- a/src/pages/delta/Education.jsx
+++ b/src/pages/delta/Education.jsx
@@ -28,7 +28,7 @@ export default function Education() {
>
Pursuing B.S. in Computer Science: Software Engineering program,
- completed 7 credits. Anticipated graduation December 2027
+ completed 11 credits. Anticipated graduation December 2027