Add dating docs to menu bar
This commit is contained in:
parent
80d4bffc95
commit
3ed29877ce
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user