From b2bb3d12de06489e1d0dfaa629a879cfef6a02ac Mon Sep 17 00:00:00 2001 From: Matthew Bunday Date: Wed, 21 Aug 2024 15:37:23 -0400 Subject: [PATCH] Make the social share buttons clickable --- apps/web/src/components/Basenames/RegistrationFlow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/Basenames/RegistrationFlow.tsx b/apps/web/src/components/Basenames/RegistrationFlow.tsx index 6461c9e2dd..0451838e61 100644 --- a/apps/web/src/components/Basenames/RegistrationFlow.tsx +++ b/apps/web/src/components/Basenames/RegistrationFlow.tsx @@ -300,7 +300,7 @@ export function RegistrationFlow() { appear show={isSuccess} className={classNames( - 'top-full z-40 pt-20 transition-opacity', + 'top-full z-40 mt-20 transition-opacity', 'mx-auto w-full', registrationTransitionDuration, )}