diff --git a/components/AboutPagesCard/AboutPagesCard.tsx b/components/AboutPagesCard/AboutPagesCard.tsx index b74e00d16..6fbf18b41 100644 --- a/components/AboutPagesCard/AboutPagesCard.tsx +++ b/components/AboutPagesCard/AboutPagesCard.tsx @@ -25,7 +25,7 @@ const AboutPagesCard: FC> = ({ children }) => { return ( - + {name} {email ? ( - {email} + + {email} + ) : null} {descr} diff --git a/package.json b/package.json index 808a44e28..979b2bb0c 100644 --- a/package.json +++ b/package.json @@ -125,6 +125,7 @@ "react-is": "^18.2.0", "react-markdown": "^8.0.4", "react-overlays": "^5.1.1", + "react-pretty-email-wrap": "^0.1.4", "react-query": "^3.39.3", "react-redux": "^8.0.2", "react-select": "^5.2.2", diff --git a/yarn.lock b/yarn.lock index 6199b1de7..8fd9eab6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15194,6 +15194,11 @@ react-overlays@^5.1.1: uncontrollable "^7.2.1" warning "^4.0.3" +react-pretty-email-wrap@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/react-pretty-email-wrap/-/react-pretty-email-wrap-0.1.4.tgz#de78418b6002e192f272114e1ce458bd17bd2ea1" + integrity sha512-J/INGlIDT6F9Mzn102IHw2WMdg7RfsoJ5EotlI00sTouJ4vP/GtayAttLgVFngVQX4Q0AQLgdqkhEUrdlRDajA== + react-query@^3.32.1, react-query@^3.39.3: version "3.39.3" resolved "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz"