Skip to content

Commit 8ddafc7

Browse files
committed
fix(docsite): incorrect discord invite link in mobile primary menu
It used the invite link for Hydra instead of the one for Mithril.
1 parent a88e52d commit 8ddafc7

File tree

1 file changed

+1
-1
lines changed
  • docs/website/src/theme/Navbar/MobileSidebar/PrimaryMenu

1 file changed

+1
-1
lines changed

docs/website/src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function NavbarMobilePrimaryMenu(): ReactNode {
2828
/>
2929
))}
3030
<a
31-
href="https://discord.com/invite/Qq5vNTg9PT"
31+
href="https://discord.gg/5kaErDKDRq"
3232
target="_blank"
3333
rel="noopener noreferrer"
3434
className="hover:text-blue-light mx-3 my-2 py-1 flex"

0 commit comments

Comments
 (0)