fix: lib prop for Real-time NavigationMenuRefList should be self-hosting-realtime instead of self-hosting-auth

This commit is contained in:
Brandon Scott
2023-02-16 18:07:11 -05:00
parent 9a1772bedb
commit 60e4e5f27f

View File

@@ -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"
/>
</div>
)