From 30220bed16c750b2dded42d5d9a7faed0144c505 Mon Sep 17 00:00:00 2001 From: Aksa12 <41188167+Aksa12@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:27:42 +0500 Subject: [PATCH] Fix: Updated Join our community link --- components/XmtpInfoPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/XmtpInfoPanel.tsx b/components/XmtpInfoPanel.tsx index 3c8ce221..9e94963e 100644 --- a/components/XmtpInfoPanel.tsx +++ b/components/XmtpInfoPanel.tsx @@ -73,7 +73,7 @@ const XmtpInfoPanel = ({ onConnect }: XmtpInfoPanelProps): JSX.Element => { headingText: 'Join our community', subHeadingText: 'Talk about what you’re building or find out other projects that are building upon XMTP', - onClick: () => window.open('https://community.xmtp.org', '_blank'), + onClick: () => window.open('https://xmtp.org/community/community', '_blank'), }, ]