Skip to content

Commit

Permalink
fix google translate error (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
wszgrcy authored Apr 22, 2024
1 parent 52d4355 commit 7fc1d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Heading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Anchor({ id, inView, children }) {
</div>
</div>
)}
{children}
<div>{children}</div>
</Link>
)
}
Expand Down

0 comments on commit 7fc1d84

Please sign in to comment.