From 976d3837f053c1f4ea250a8aae313022f381da6c Mon Sep 17 00:00:00 2001 From: Jakob Helgesson Date: Wed, 6 Sep 2023 17:14:10 +0200 Subject: [PATCH] Fix anchor width (#42) --- blog/src/components/mdx/heading/Anchor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/src/components/mdx/heading/Anchor.tsx b/blog/src/components/mdx/heading/Anchor.tsx index a772fc8..aa0d1c9 100644 --- a/blog/src/components/mdx/heading/Anchor.tsx +++ b/blog/src/components/mdx/heading/Anchor.tsx @@ -21,7 +21,7 @@ export const Anchor = ({ id, children }) => { href={`#${id}`} className="group text-inherit no-underline hover:text-inherit" > -
+