🤖 Update twitter links

This commit is contained in:
Asim Shrestha
2023-04-08 19:05:11 -07:00
parent 9a0a8fd4d0
commit 3f6061fea5
2 changed files with 5 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ export default function Dialog({
className="cursor-pointer rounded-full bg-black/30 p-3 hover:bg-black/70"
onClick={() =>
window.open(
"https://twitter.com/asimdotshrestha",
"https://twitter.com/asimdotshrestha/status/1644883727707959296",
"_blank"
)
}

View File

@@ -87,7 +87,10 @@ const Drawer = ({ handleHelp }: { handleHelp: () => void }) => {
icon={<FaTwitter />}
text="Twitter"
onClick={() =>
window.open("https://twitter.com/asimdotshrestha", "_blank")
window.open(
"https://twitter.com/asimdotshrestha/status/1644883727707959296",
"_blank"
)
}
/>
<DrawerItem