diff --git a/src/components/BodyLink.tsx b/src/components/BodyLink.tsx
index 60584b9..8ef4e63 100644
--- a/src/components/BodyLink.tsx
+++ b/src/components/BodyLink.tsx
@@ -43,7 +43,10 @@ export default function BodyLink({ link, children }) {
)
} else
return (
-
+
{children}
)