diff --git a/web/components/challenges/create-challenge-button.tsx b/web/components/challenges/create-challenge-button.tsx index c8e82c13..848e8398 100644 --- a/web/components/challenges/create-challenge-button.tsx +++ b/web/components/challenges/create-challenge-button.tsx @@ -233,6 +233,7 @@ function CreateChallengeForm(props: { <> + <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>