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: 'Charity', href: '/charity' },
|
||||
{ name: 'Labs', href: '/labs' },
|
||||
{ name: 'Send M$', href: '/links' },
|
||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
||||
{ name: 'Help & About', href: 'https://help.manifold.markets/' },
|
||||
{
|
||||
|
@ -218,7 +217,6 @@ function getMoreMobileNav() {
|
|||
{ name: 'Referrals', href: '/referrals' },
|
||||
{ name: 'Charity', href: '/charity' },
|
||||
{ name: 'Labs', href: '/labs' },
|
||||
{ name: 'Send M$', href: '/links' },
|
||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
||||
signOut
|
||||
)
|
||||
|
|
|
@ -24,6 +24,12 @@ export default function LabsPage() {
|
|||
/>
|
||||
)}
|
||||
|
||||
<LabCard
|
||||
title="Manalinks"
|
||||
description="Send M$ to anyone"
|
||||
href="/links"
|
||||
/>
|
||||
|
||||
<LabCard
|
||||
title="Dating docs"
|
||||
description="Browse dating docs or create your own"
|
||||
|
@ -31,12 +37,12 @@ export default function LabsPage() {
|
|||
/>
|
||||
<LabCard
|
||||
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"
|
||||
/>
|
||||
<LabCard
|
||||
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"
|
||||
/>
|
||||
<LabCard title="Cowp" description="???" href="/cowp" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user