Update mtg link

This commit is contained in:
James Grugett 2022-10-02 15:27:29 -05:00
parent 234820ecd4
commit 39638a3888

View File

@ -1,4 +1,5 @@
import { CHALLENGES_ENABLED } from 'common/challenge' import { CHALLENGES_ENABLED } from 'common/challenge'
import { DOMAIN } from 'common/envs/constants'
import Masonry from 'react-masonry-css' import Masonry from 'react-masonry-css'
import { Col } from 'web/components/layout/col' import { Col } from 'web/components/layout/col'
import { Page } from 'web/components/page' import { Page } from 'web/components/page'
@ -51,7 +52,7 @@ export default function LabsPage() {
<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="/mtg" href={`https://${DOMAIN}/mtg/index.html`}
/> />
<LabCard title="Cowp" description="???" href="/cowp" /> <LabCard title="Cowp" description="???" href="/cowp" />