From 7ba8102205608549df607591bd7a10c4005d0723 Mon Sep 17 00:00:00 2001 From: adrian mustea Date: Tue, 14 May 2024 13:19:04 +0300 Subject: [PATCH] fix styling --- .../src/components/StartReferralQuests/ReferralAction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wondrous-bot-admin/src/components/StartReferralQuests/ReferralAction.tsx b/wondrous-bot-admin/src/components/StartReferralQuests/ReferralAction.tsx index f059fc919..4b5f01654 100644 --- a/wondrous-bot-admin/src/components/StartReferralQuests/ReferralAction.tsx +++ b/wondrous-bot-admin/src/components/StartReferralQuests/ReferralAction.tsx @@ -18,7 +18,7 @@ const EndedCampaignPrompt = ({ orgId }) => { }; return ( - + {isMember ? "Visit Discord" : "Join Discord"} );