update slack url and twitter (#355)

* update slack url and twitter

use a dedicated url for slack, allowing update in a single place

rename Twitter references to X

* rollback Install NetBird title in navigation menu
This commit is contained in:
Maycon Santos
2025-05-28 23:50:55 +01:00
committed by GitHub
parent 78838af530
commit aa11529511
29 changed files with 53 additions and 48 deletions

View File

@@ -73,7 +73,7 @@ export const Header = forwardRef(function Header({ className }, ref) {
<TopLevelNavItem href="/api">API</TopLevelNavItem>
<TopLevelNavItem href="https://netbird.io/knowledge-hub/">Learn</TopLevelNavItem>
<TopLevelNavItem href="https://github.com/netbirdio/netbird">Github</TopLevelNavItem>
<TopLevelNavItem href="https://join.slack.com/t/netbirdio/shared_invite/zt-31rofwmxc-27akKd0Le0vyRpBcwXkP0g">Support</TopLevelNavItem>
<TopLevelNavItem href="/slack-url">Support</TopLevelNavItem>
</ul>
</nav>
<div className="hidden md:block md:h-5 md:w-px md:bg-zinc-900/10 md:dark:bg-white/15" />