From c0a5b6fd1cca16ffce017c6e9cf77a03d0fd6a00 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Tue, 26 Jul 2022 18:23:00 -0700 Subject: [PATCH] share text --- web/components/challenges/create-challenge-button.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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>