From adbe3107b58db6ef5ace31962fe0ef6783aa0cf2 Mon Sep 17 00:00:00 2001 From: Tanmoy Sarkar <57363826+tanmoysrt@users.noreply.github.com> Date: Sat, 9 Nov 2024 21:00:41 +0530 Subject: [PATCH] chore: update invitation link --- src/components/navbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar.js b/src/components/navbar.js index 42572c6..2a3d911 100644 --- a/src/components/navbar.js +++ b/src/components/navbar.js @@ -10,7 +10,7 @@ export default function Navbar() { const links = [ { name: "Docs", href: "/docs" }, { name: "App Store", href: "/docs/dashboard/swiftwave_app_store"}, - { name: "Community", href: "http://slack.swiftwave.org/" }, + { name: "Community", href: "http://community.swiftwave.org/" }, { name: "Contribute", href: "/docs/contribution_guideline" }, { name: "Support", href: "/docs/support_us" }, ]