Move manalinks into labs
This commit is contained in:
parent
10e361bcac
commit
9a90cc3835
|
@ -158,7 +158,6 @@ function getMoreDesktopNavigation(user?: User | null) {
|
||||||
{ name: 'Referrals', href: '/referrals' },
|
{ name: 'Referrals', href: '/referrals' },
|
||||||
{ name: 'Charity', href: '/charity' },
|
{ name: 'Charity', href: '/charity' },
|
||||||
{ name: 'Labs', href: '/labs' },
|
{ name: 'Labs', href: '/labs' },
|
||||||
{ name: 'Send M$', href: '/links' },
|
|
||||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
||||||
{ name: 'Help & About', href: 'https://help.manifold.markets/' },
|
{ name: 'Help & About', href: 'https://help.manifold.markets/' },
|
||||||
{
|
{
|
||||||
|
@ -218,7 +217,6 @@ function getMoreMobileNav() {
|
||||||
{ name: 'Referrals', href: '/referrals' },
|
{ name: 'Referrals', href: '/referrals' },
|
||||||
{ name: 'Charity', href: '/charity' },
|
{ name: 'Charity', href: '/charity' },
|
||||||
{ name: 'Labs', href: '/labs' },
|
{ name: 'Labs', href: '/labs' },
|
||||||
{ name: 'Send M$', href: '/links' },
|
|
||||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
||||||
signOut
|
signOut
|
||||||
)
|
)
|
||||||
|
|
|
@ -24,6 +24,12 @@ export default function LabsPage() {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
<LabCard
|
||||||
|
title="Manalinks"
|
||||||
|
description="Send M$ to anyone"
|
||||||
|
href="/links"
|
||||||
|
/>
|
||||||
|
|
||||||
<LabCard
|
<LabCard
|
||||||
title="Dating docs"
|
title="Dating docs"
|
||||||
description="Browse dating docs or create your own"
|
description="Browse dating docs or create your own"
|
||||||
|
@ -31,12 +37,12 @@ export default function LabsPage() {
|
||||||
/>
|
/>
|
||||||
<LabCard
|
<LabCard
|
||||||
title="Senate race"
|
title="Senate race"
|
||||||
description="See the state-by-state breakdown of the US Senate midterm elections"
|
description="A state-by-state breakdown of the US Senate midterm elections"
|
||||||
href="/midterms"
|
href="/midterms"
|
||||||
/>
|
/>
|
||||||
<LabCard
|
<LabCard
|
||||||
title="Magic the Guessering"
|
title="Magic the Guessering"
|
||||||
description="How well can you match these card names to their art?"
|
description="Match MTG card names to their art"
|
||||||
href="/mtg"
|
href="/mtg"
|
||||||
/>
|
/>
|
||||||
<LabCard title="Cowp" description="???" href="/cowp" />
|
<LabCard title="Cowp" description="???" href="/cowp" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user