diff --git a/README.md b/README.md
index 69a24a4b..a23bc217 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@
-
+
@@ -149,7 +149,7 @@ VITE_LLM_MODEL_NAME=Qwen/Qwen2.5-32B-Instruct-AWQ
- [Discord](https://discord.gg/QeFwyWSKwC) (For live discussion with the community and the ChartDB team)
- [GitHub Issues](https://github.com/chartdb/chartdb/issues) (For any bugs and errors you encounter using ChartDB)
-- [Twitter](https://x.com/jonathanfishner) (Get news fast)
+- [Twitter](https://x.com/intent/follow?screen_name=jonathanfishner) (Get news fast)
## Contributing
diff --git a/src/pages/editor-page/editor-sidebar/editor-sidebar.tsx b/src/pages/editor-page/editor-sidebar/editor-sidebar.tsx
index 5d9ca5dd..574c50ad 100644
--- a/src/pages/editor-page/editor-sidebar/editor-sidebar.tsx
+++ b/src/pages/editor-page/editor-sidebar/editor-sidebar.tsx
@@ -82,7 +82,10 @@ export const EditorSidebar: React.FC = () => {
title: 'Twitter',
icon: Twitter,
onClick: () =>
- window.open('https://x.com/jonathanfishner', '_blank'),
+ window.open(
+ 'https://x.com/intent/follow?screen_name=jonathanfishner',
+ '_blank'
+ ),
active: false,
},
{