Skip to content

Commit

Permalink
Merge pull request #444 from CirclesUBI/replace_landing_page
Browse files Browse the repository at this point in the history
remove whatsapp nav
  • Loading branch information
dacianavram authored Feb 1, 2024
2 parents fe45ad0 + cfa5f93 commit ace9801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/src/dapps/o-homepage.manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ export const homepage: DappManifest<DappState> = {
};
},
hideFooterGradient: true,
routables: [index, invite, login, terms, privacy, externalChat, notFound],
routables: [index, invite, login, terms, privacy, notFound],
};

0 comments on commit ace9801

Please sign in to comment.