Remove dating docs from More menu
This commit is contained in:
parent
af66d94c84
commit
33dfce3e16
|
@ -164,7 +164,6 @@ function getMoreDesktopNavigation(user?: User | null) {
|
||||||
{ name: 'Charity', href: '/charity' },
|
{ name: 'Charity', href: '/charity' },
|
||||||
{ name: 'Send M$', href: '/links' },
|
{ name: 'Send M$', href: '/links' },
|
||||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
||||||
{ name: 'Dating docs', href: '/date-docs' },
|
|
||||||
{ name: 'Help & About', href: 'https://help.manifold.markets/' },
|
{ name: 'Help & About', href: 'https://help.manifold.markets/' },
|
||||||
{
|
{
|
||||||
name: 'Sign out',
|
name: 'Sign out',
|
||||||
|
@ -227,7 +226,6 @@ function getMoreMobileNav() {
|
||||||
{ name: 'Charity', href: '/charity' },
|
{ name: 'Charity', href: '/charity' },
|
||||||
{ name: 'Send M$', href: '/links' },
|
{ name: 'Send M$', href: '/links' },
|
||||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
||||||
{ name: 'Dating docs', href: '/date-docs' },
|
|
||||||
],
|
],
|
||||||
signOut
|
signOut
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user