Skip to content

Commit 062fd96

Browse files
committed
Remove old comment
1 parent ce9beaf commit 062fd96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/_design-system/mdx-components/mdx-link.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export const MdxLink = forwardRef<
1111
<Anchor
1212
{...props}
1313
ref={ref}
14-
// we remove `text-underline-position` from default Nextra link styles, because Neue Montreal font
15-
// has a different underline position than system fonts, and it looks bad in Safari.
1614
className={clsx(
1715
"typography-link text-neu-900 decoration-from-font underline-offset-2",
1816
props.className,

0 commit comments

Comments
 (0)