diff --git a/packages/core/src/components/SupportButton/SupportButton.tsx b/packages/core/src/components/SupportButton/SupportButton.tsx index 7955af5954..4a9046d0e8 100644 --- a/packages/core/src/components/SupportButton/SupportButton.tsx +++ b/packages/core/src/components/SupportButton/SupportButton.tsx @@ -132,12 +132,18 @@ const SupportButton: FC = ({ - - {contactEmails.map((em, index) => ( - - {em} - - ))} + + {contactEmails.map((em, index) => ( + + {em} + + ))} + + } + /> )}