From 60e4e5f27f49d7ffc4bfb67e5527c5efadcce1e8 Mon Sep 17 00:00:00 2001 From: Brandon Scott Date: Thu, 16 Feb 2023 18:07:11 -0500 Subject: [PATCH] fix: lib prop for Real-time NavigationMenuRefList should be self-hosting-realtime instead of self-hosting-auth --- .../components/Navigation/NavigationMenu/NavigationMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx b/apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx index c00988dd8d3..7b6aaf26a64 100644 --- a/apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx +++ b/apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx @@ -298,7 +298,7 @@ const NavigationMenu = () => { id={'reference_self_hosting_realtime'} active={isReference_Self_Hosting_Realtime} commonSections={realtimeServerCommonSections} - lib="self-hosting-auth" + lib="self-hosting-realtime" /> )