fix google translate error (#182)

This commit is contained in:
chen
2024-04-22 15:43:47 +08:00
committed by GitHub
parent 52d4355d62
commit 7fc1d848dc

View File

@@ -51,7 +51,7 @@ function Anchor({ id, inView, children }) {
</div> </div>
</div> </div>
)} )}
{children} <div>{children}</div>
</Link> </Link>
) )
} }