diff --git a/src/components/views/spaces/SpacePublicShare.tsx b/src/components/views/spaces/SpacePublicShare.tsx index af29169791..f1b22047f9 100644 --- a/src/components/views/spaces/SpacePublicShare.tsx +++ b/src/components/views/spaces/SpacePublicShare.tsx @@ -53,7 +53,7 @@ const SpacePublicShare: React.FC = ({ space, onFinished }) => { }} > {_t("Share invite link")} - {copiedText} +
{copiedText}
{space.canInvite(MatrixClientPeg.get()?.getSafeUserId()) && shouldShowComponent(UIComponent.InviteUsers) ? (