Skip to content

Commit 2d61a84

Browse files
committed
fix anchor tags
1 parent c2709ac commit 2d61a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Markdown.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module Anchor = {
120120
title
121121
className="scroll-mt-30 invisible text-gray-60 opacity-50 hover:opacity-100 hover:text-gray-60 hover:cursor-pointer group-hover:visible"
122122
href={"#" ++ id}
123-
id={"#" ++ id}
123+
id={id}
124124
>
125125
<Icon.Hyperlink className="inline-block align-middle text-gray-40" />
126126
</a>

0 commit comments

Comments
 (0)