diff --git a/apps/client/src/app/pages/Router.tsx b/apps/client/src/app/pages/Router.tsx index 869c557..4efdb58 100644 --- a/apps/client/src/app/pages/Router.tsx +++ b/apps/client/src/app/pages/Router.tsx @@ -76,7 +76,7 @@ import { SearchModalRenderer } from '../features/search'; import { getFallbackSession } from '../state/sessions'; import { CallStatusRenderer } from './CallStatusRenderer'; import { CallEmbedProvider } from '../components/CallEmbedProvider'; -import { BotsuEmbed, BotsuFrame, BotsuLauncher, BotsuServices } from '../../botsu/shell'; +import { BotsuEmbed, BotsuFrame, BotsuLauncher, BotsuNav, BotsuServices } from '../../botsu/shell'; import { BotsuDocumentEditor, BotsuDocuments } from '../../botsu/documents'; import { BotsuCommunityCanvasHome, BotsuStartPage } from '../../botsu/start'; @@ -163,7 +163,20 @@ export const createRouter = (clientConfig: ClientConfig, screenSize: ScreenSize) } > - }> + + + + } + > + + + } + > } /> } /> } /> diff --git a/apps/client/src/botsu/presence/BotsuPresence.tsx b/apps/client/src/botsu/presence/BotsuPresence.tsx index ab08f7d..8e259f3 100644 --- a/apps/client/src/botsu/presence/BotsuPresence.tsx +++ b/apps/client/src/botsu/presence/BotsuPresence.tsx @@ -229,11 +229,6 @@ export function BotsuPresence() { return ( <>