Add dating docs to menu bar

This commit is contained in:
James Grugett 2022-09-27 18:55:07 -04:00
parent 80d4bffc95
commit 3ed29877ce
2 changed files with 3 additions and 1 deletions

View File

@ -164,6 +164,7 @@ 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',
@ -226,6 +227,7 @@ 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
)

View File

@ -41,7 +41,7 @@ export default function DatePage(props: {
return (
<Page>
<div className="mx-auto w-full max-w-xl">
<Row className="items-center justify-between">
<Row className="items-center justify-between p-4 sm:p-0">
<Title className="!my-0 px-2 text-blue-500" text="Date docs" />
{!hasDoc && (
<SiteLink href="/date-docs/create" className="!no-underline">