From e852772f5677cc973acf2bd457bd3f9b3bb2e1e3 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 22 Dec 2025 18:31:19 +0000 Subject: [PATCH] refactor: remove broken link red highlight --- src/components/BodyLink.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} )