diff --git a/src/components/App/SideBar/TwitData/index.tsx b/src/components/App/SideBar/TwitData/index.tsx index 768ad7b7b..f22b7a521 100644 --- a/src/components/App/SideBar/TwitData/index.tsx +++ b/src/components/App/SideBar/TwitData/index.tsx @@ -10,14 +10,6 @@ export const TwitData = () => { const twitId: string = selectedNode?.tweet_id || '' - const openLinkInNewWindow = () => { - // Replace 'linkUrl' with the URL you want to open in a new window - const linkUrl = 'https://example.com' - - // Use window.open() to open the link in a new window - window.open(linkUrl, '_blank') - } - return ( selectedNode && ( @@ -39,8 +31,10 @@ export const TwitData = () => { {selectedNode.text} - - + + + + )}