diff --git a/src/Components/Profile/ContactInfo.tsx b/src/Components/Profile/ContactInfo.tsx
index 65900401..94b0a286 100644
--- a/src/Components/Profile/ContactInfo.tsx
+++ b/src/Components/Profile/ContactInfo.tsx
@@ -64,7 +64,7 @@ const ConditionalLink = ({ url, children }) => {
if (url) {
return (
-
+
{children}
);