Skip to content

Commit

Permalink
Make the social share buttons clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Aug 21, 2024
1 parent 28c547a commit b2bb3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Basenames/RegistrationFlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)}
Expand Down

0 comments on commit b2bb3d1

Please sign in to comment.