Add emojis to /labs

This commit is contained in:
James Grugett 2022-10-02 17:14:11 -05:00
parent 86ceea831b
commit 40c51c3d59

View File

@ -24,44 +24,44 @@ export default function LabsPage() {
columnClassName="pl-4 bg-clip-padding" columnClassName="pl-4 bg-clip-padding"
> >
<LabCard <LabCard
title="US 2022 Midterms" title="🇺🇸 US 2022 Midterms"
description="See Manifold's state-by-state breakdown of senate and governor races" description="See Manifold's state-by-state breakdown of senate and governor races"
href="/midterms" href="/midterms"
/> />
{CHALLENGES_ENABLED && ( {CHALLENGES_ENABLED && (
<LabCard <LabCard
title="Challenges" title="💥 Challenges"
description="One-on-one bets between friends" description="One-on-one bets between friends"
href="/challenges" href="/challenges"
/> />
)} )}
<LabCard <LabCard
title="Manalinks" title="💸 Manalinks"
description="Send M$ to anyone" description="Send M$ to anyone"
href="/links" 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"
href="/date-docs" href="/date-docs"
/> />
<LabCard <LabCard
title="Stats" title="📈 Stats"
description="Check up on Manifold's usage stats" description="Check up on Manifold's usage stats"
href="/stats" href="/stats"
/> />
<LabCard <LabCard
title="Magic the Guessering" title="🎲 Magic the Guessering"
description="Match MTG card names to their art" description="Match MTG card names to their art"
href={`https://${DOMAIN}/mtg/index.html`} href={`https://${DOMAIN}/mtg/index.html`}
/> />
<LabCard title="Cowp" description="???" href="/cowp" /> <LabCard title="🐮 Cowp" description="???" href="/cowp" />
</Masonry> </Masonry>
</Col> </Col>
</Page> </Page>