From 840a00ebcddf9f950c19c683721aa7c40ea773e9 Mon Sep 17 00:00:00 2001 From: Jonathan Fishner Date: Thu, 17 Apr 2025 19:08:30 +0300 Subject: [PATCH] update x.com link (#659) --- README.md | 4 ++-- src/pages/editor-page/editor-sidebar/editor-sidebar.tsx | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69a24a4b..a23bc217 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Discord community channel - + @@ -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, }, {