From cfa3bdf0e3670f188cbe7c97b778b7b3e96112cd Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Mon, 30 Jun 2025 22:09:24 +0530 Subject: [PATCH] chore: email Signed-off-by: Ameya Shenoy --- frontend/src/app/portfolio/page.tsx | 26 -------------------------- frontend/src/components/Socials.tsx | 4 ++-- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/frontend/src/app/portfolio/page.tsx b/frontend/src/app/portfolio/page.tsx index ab27677..64a8ba3 100644 --- a/frontend/src/app/portfolio/page.tsx +++ b/frontend/src/app/portfolio/page.tsx @@ -154,32 +154,6 @@ export default async function Portfolio() { }, ]; - const socials = [ - { - icon: "pajamas:mail", - link: "mailto:shenoy.ameya@gmail.com", - hoverText: "Shoot me an email!", - }, - - { - icon: "pajamas:linkedin", - link: "https://linkedin.com/in/codingcoffee", - hoverText: "Let's connect on LinkedIn", - }, - - { - icon: "pajamas:github", - link: "https://github.com/codingcoffee", - hoverText: "Checkout my opensource repos at GitHub", - }, - - { - icon: "pajamas:twitter", - link: "https://x.com/codingcoffeeX", - hoverText: "Follow me on X!", - }, - ]; - return (
diff --git a/frontend/src/components/Socials.tsx b/frontend/src/components/Socials.tsx index 83b6afc..9560fe3 100644 --- a/frontend/src/components/Socials.tsx +++ b/frontend/src/components/Socials.tsx @@ -12,7 +12,7 @@ export default async function Portfolio() { { icon: "pajamas:mail", link: "mailto:shenoy.ameya@gmail.com", - hoverText: "Shoot me an email!", + hoverText: "Let's talk over email!", }, { @@ -24,7 +24,7 @@ export default async function Portfolio() { { icon: "pajamas:github", link: "https://github.com/codingcoffee", - hoverText: "Checkout my opensource repos at GitHub", + hoverText: "Checkout my opensource repos on GitHub", }, {