share text

This commit is contained in:
mantikoros 2022-07-26 18:23:00 -07:00
parent c8cf94f1ff
commit c0a5b6fd1c

View File

@ -233,6 +233,7 @@ function CreateChallengeForm(props: {
<>
<Title className="!my-0" text="Challenge Created!" />
<div>Share the challenge using the link.</div>
<CopyLinkButton
url={highlightedSlug}
buttonClassName="btn-md rounded-l-none"
@ -242,9 +243,9 @@ function CreateChallengeForm(props: {
toastClassName={'-left-40 -top-20 mt-1'}
icon={DuplicateIcon}
/>
<Row className={'gap-1'}>
<Row className={'gap-1 text-gray-500'}>
See your other
<SiteLink className={'font-bold'} href={'/challenges'}>
<SiteLink className={'underline'} href={'/challenges'}>
challenges
</SiteLink>
</Row>