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", }, {