Skip to content

Commit 7343f3a

Browse files
committed
fix(mdx-components):remove conflicting a key
1 parent 20b3333 commit 7343f3a

File tree

1 file changed

+0
-7
lines changed
  • apps/website/src/components/mdx-components

1 file changed

+0
-7
lines changed

apps/website/src/components/mdx-components/index.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ export const components: Record<string, Component> = {
2525
</p>
2626
);
2727
}),
28-
a: component$<PropsOf<'a'>>(({ ...props }) => {
29-
return (
30-
<a {...props} class={[cn('text-primary', props.class)]}>
31-
<Slot />
32-
</a>
33-
);
34-
}),
3528
h1: component$<PropsOf<'h1'>>(({ ...props }) => {
3629
return (
3730
<h1

0 commit comments

Comments
 (0)