From 19162f7e8176844b45866b296240aa59fc1310e7 Mon Sep 17 00:00:00 2001
From: Arunava Ghosh
Date: Fri, 2 Aug 2024 12:59:27 +0530
Subject: [PATCH] fix: social links
---
app/(more)/faqs/page.tsx | 2 +-
app/(more)/work/page.tsx | 4 +-
app/layout.tsx | 2 +-
app/notes/page.tsx | 2 +-
components/misc/(home)/cards/links-card.tsx | 2 +-
components/misc/(home)/intro.tsx | 2 +-
components/nav/nav-drawer.tsx | 2 +-
next.config.mjs | 80 ++++++++++-----------
8 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/app/(more)/faqs/page.tsx b/app/(more)/faqs/page.tsx
index 473090b..022e262 100644
--- a/app/(more)/faqs/page.tsx
+++ b/app/(more)/faqs/page.tsx
@@ -23,7 +23,7 @@ const pinsPage = () => {
of us. If you have any other inquiries, feel free to reach out to me
at{" "}
{
Always happy to discuss new ideas — hit me a up at
- @agx86
+ @vimfnx
{""}.
diff --git a/app/layout.tsx b/app/layout.tsx
index 69f7513..02747e5 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -13,7 +13,7 @@ const inter = Inter({ subsets: ["latin"] });
const info = {
name: "Arunava Ghosh",
- twitter: "@vimfnn",
+ twitter: "@vimfnx",
description: "19yo Software Engineer, India",
url: "https://vimfn.in",
image: "/meta/meta.png",
diff --git a/app/notes/page.tsx b/app/notes/page.tsx
index fd21028..17b71af 100644
--- a/app/notes/page.tsx
+++ b/app/notes/page.tsx
@@ -27,7 +27,7 @@ const notesPage = () => {
{" "}
or follow on
diff --git a/components/misc/(home)/cards/links-card.tsx b/components/misc/(home)/cards/links-card.tsx
index afd1f0e..c24d39e 100644
--- a/components/misc/(home)/cards/links-card.tsx
+++ b/components/misc/(home)/cards/links-card.tsx
@@ -15,7 +15,7 @@ export const LinksCard = () => {
diff --git a/components/misc/(home)/intro.tsx b/components/misc/(home)/intro.tsx
index 0257b19..cf49e10 100644
--- a/components/misc/(home)/intro.tsx
+++ b/components/misc/(home)/intro.tsx
@@ -54,7 +54,7 @@ export const Intro = () => {
feel free to reach me out at
diff --git a/components/nav/nav-drawer.tsx b/components/nav/nav-drawer.tsx
index 1b600cd..229020e 100644
--- a/components/nav/nav-drawer.tsx
+++ b/components/nav/nav-drawer.tsx
@@ -135,7 +135,7 @@ const NavDrawer = () => {