diff --git a/src/components/Drawer.tsx b/src/components/Drawer.tsx
index de6b134..c5f6beb 100644
--- a/src/components/Drawer.tsx
+++ b/src/components/Drawer.tsx
@@ -52,9 +52,7 @@ const Drawer = () => {
}
text="Twitter"
- onClick={() =>
- window.open("https://twitter.com/asimdotshrestha", "_blank")
- }
+ onClick={() => window.open("https://twitter.com/", "_blank")}
/>
}