diff --git a/app/about/page.tsx b/app/about/page.tsx index 0192ccd..6dcd0f9 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -34,7 +34,7 @@ export default function Resume() {
- @@ -42,7 +42,7 @@ export default function Resume() {
- @@ -50,7 +50,7 @@ export default function Resume() {
- @@ -69,7 +69,7 @@ export default function Resume() {
- diff --git a/app/contact/page.tsx b/app/contact/page.tsx index ba219b8..8fa44b5 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -12,8 +12,8 @@ export default function ContactPage() { const characterCount = useMemo(() => message.length.toString(), [message]); return ( -
-
+
+

Thanks for your interest! I'm looking forward to hearing from you.

@@ -32,7 +32,7 @@ export default function ContactPage() {
-

MESSAGE_LIMIT ? "text-red-500" : "text-white")}>{characterCount}/{MESSAGE_LIMIT}

+

MESSAGE_LIMIT ? "text-red-500" : "text-black dark:text-white")}>{characterCount}/{MESSAGE_LIMIT}

diff --git a/app/links/page.tsx b/app/links/page.tsx index 07db926..1c1d5da 100644 --- a/app/links/page.tsx +++ b/app/links/page.tsx @@ -25,10 +25,10 @@ export default function LinksPage() {
-