Cleanup
This commit is contained in:
parent
82f853e5fd
commit
313c10c33a
|
@ -19,15 +19,12 @@ import { AnswersGraph } from '../answers/answers-graph'
|
||||||
import { Contract, CPMMBinaryContract } from 'common/contract'
|
import { Contract, CPMMBinaryContract } from 'common/contract'
|
||||||
import { ContractDescription } from './contract-description'
|
import { ContractDescription } from './contract-description'
|
||||||
import { ContractDetails } from './contract-details'
|
import { ContractDetails } from './contract-details'
|
||||||
import { ShareMarketButton } from '../share-market-button'
|
|
||||||
import { NumericGraph } from './numeric-graph'
|
import { NumericGraph } from './numeric-graph'
|
||||||
import { CreateChallengeButton } from 'web/components/challenges/create-challenge-button'
|
import { CreateChallengeButton } from 'web/components/challenges/create-challenge-button'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { copyToClipboard } from 'web/lib/util/copy'
|
import { copyToClipboard } from 'web/lib/util/copy'
|
||||||
import { getChallengeUrl } from 'web/lib/firebase/challenges'
|
|
||||||
import toast from 'react-hot-toast'
|
import toast from 'react-hot-toast'
|
||||||
import { ClipboardCopyIcon, LinkIcon } from '@heroicons/react/outline'
|
import { LinkIcon } from '@heroicons/react/outline'
|
||||||
import { Button } from 'web/components/button'
|
|
||||||
|
|
||||||
export const ContractOverview = (props: {
|
export const ContractOverview = (props: {
|
||||||
contract: Contract
|
contract: Contract
|
||||||
|
|
|
@ -232,8 +232,8 @@ function ClosedChallengeContent(props: {
|
||||||
{resolution ? (
|
{resolution ? (
|
||||||
<>
|
<>
|
||||||
<Title className="!mt-0" text={`🥇 ${winner} wins the bet 🥇`} />
|
<Title className="!mt-0" text={`🥇 ${winner} wins the bet 🥇`} />
|
||||||
<SiteLink href={href} className={'mb-8'}>
|
<SiteLink href={href} className={'mb-8 text-xl'}>
|
||||||
<span className="text-xl ">{question}</span>
|
{question}
|
||||||
</SiteLink>
|
</SiteLink>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user