Skip to content

Commit e675500

Browse files
committed
Update mdx-components.tsx
1 parent 57a4c3c commit e675500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/components/geistdocs/mdx-components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const getMDXComponents = (
2828

2929
a: ({ href, ...props }) =>
3030
href.startsWith("/") ? (
31-
<DynamicLink href={`/[lang]${href}`} {...props} />
31+
<DynamicLink className="font-normal text-primary no-underline" href={`/[lang]${href}`} {...props} />
3232
) : (
3333
<a
3434
href={href}

0 commit comments

Comments
 (0)