From cfa5f93f5504517041f97ab4ae7704c961423f1f Mon Sep 17 00:00:00 2001 From: Dacian Avram Date: Thu, 1 Feb 2024 14:07:26 +0200 Subject: [PATCH] remove whatsapp nav --- shell/src/dapps/o-homepage.manifest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/src/dapps/o-homepage.manifest.ts b/shell/src/dapps/o-homepage.manifest.ts index 6cde4cfc6..cb6ae1249 100644 --- a/shell/src/dapps/o-homepage.manifest.ts +++ b/shell/src/dapps/o-homepage.manifest.ts @@ -113,5 +113,5 @@ export const homepage: DappManifest = { }; }, hideFooterGradient: true, - routables: [index, invite, login, terms, privacy, externalChat, notFound], + routables: [index, invite, login, terms, privacy, notFound], };