Remove dating docs from More menu

This commit is contained in:
James Grugett 2022-10-02 13:43:14 -05:00
parent af66d94c84
commit 33dfce3e16

View File

@ -164,7 +164,6 @@ function getMoreDesktopNavigation(user?: User | null) {
{ name: 'Charity', href: '/charity' },
{ name: 'Send M$', href: '/links' },
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
{ name: 'Dating docs', href: '/date-docs' },
{ name: 'Help & About', href: 'https://help.manifold.markets/' },
{
name: 'Sign out',
@ -227,7 +226,6 @@ function getMoreMobileNav() {
{ name: 'Charity', href: '/charity' },
{ name: 'Send M$', href: '/links' },
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
{ name: 'Dating docs', href: '/date-docs' },
],
signOut
)