share text
This commit is contained in:
parent
c8cf94f1ff
commit
c0a5b6fd1c
|
@ -233,6 +233,7 @@ function CreateChallengeForm(props: {
|
||||||
<>
|
<>
|
||||||
<Title className="!my-0" text="Challenge Created!" />
|
<Title className="!my-0" text="Challenge Created!" />
|
||||||
|
|
||||||
|
<div>Share the challenge using the link.</div>
|
||||||
<CopyLinkButton
|
<CopyLinkButton
|
||||||
url={highlightedSlug}
|
url={highlightedSlug}
|
||||||
buttonClassName="btn-md rounded-l-none"
|
buttonClassName="btn-md rounded-l-none"
|
||||||
|
@ -242,9 +243,9 @@ function CreateChallengeForm(props: {
|
||||||
toastClassName={'-left-40 -top-20 mt-1'}
|
toastClassName={'-left-40 -top-20 mt-1'}
|
||||||
icon={DuplicateIcon}
|
icon={DuplicateIcon}
|
||||||
/>
|
/>
|
||||||
<Row className={'gap-1'}>
|
<Row className={'gap-1 text-gray-500'}>
|
||||||
See your other
|
See your other
|
||||||
<SiteLink className={'font-bold'} href={'/challenges'}>
|
<SiteLink className={'underline'} href={'/challenges'}>
|
||||||
challenges
|
challenges
|
||||||
</SiteLink>
|
</SiteLink>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user