This commit is contained in:
Ian Philips 2022-08-04 14:51:19 -06:00
parent 82f853e5fd
commit 313c10c33a
2 changed files with 3 additions and 6 deletions

View File

@ -19,15 +19,12 @@ import { AnswersGraph } from '../answers/answers-graph'
import { Contract, CPMMBinaryContract } from 'common/contract'
import { ContractDescription } from './contract-description'
import { ContractDetails } from './contract-details'
import { ShareMarketButton } from '../share-market-button'
import { NumericGraph } from './numeric-graph'
import { CreateChallengeButton } from 'web/components/challenges/create-challenge-button'
import React from 'react'
import { copyToClipboard } from 'web/lib/util/copy'
import { getChallengeUrl } from 'web/lib/firebase/challenges'
import toast from 'react-hot-toast'
import { ClipboardCopyIcon, LinkIcon } from '@heroicons/react/outline'
import { Button } from 'web/components/button'
import { LinkIcon } from '@heroicons/react/outline'
export const ContractOverview = (props: {
contract: Contract

View File

@ -232,8 +232,8 @@ function ClosedChallengeContent(props: {
{resolution ? (
<>
<Title className="!mt-0" text={`🥇 ${winner} wins the bet 🥇`} />
<SiteLink href={href} className={'mb-8'}>
<span className="text-xl ">{question}</span>
<SiteLink href={href} className={'mb-8 text-xl'}>
{question}
</SiteLink>
</>
) : (