From 7fc1d848dc9235c0e1b843cc8eb4f8a07b99082b Mon Sep 17 00:00:00 2001 From: chen Date: Mon, 22 Apr 2024 15:43:47 +0800 Subject: [PATCH] fix google translate error (#182) --- src/components/Heading.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Heading.jsx b/src/components/Heading.jsx index 997e273b..518cf0f6 100644 --- a/src/components/Heading.jsx +++ b/src/components/Heading.jsx @@ -51,7 +51,7 @@ function Anchor({ id, inView, children }) { )} - {children} +
{children}
) }