From b5813e3b53f3cc5a6c1aee664cf81a002064bea9 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 14 Oct 2025 15:02:17 +0300 Subject: [PATCH] fix: update h2 styling in MDX components - Changed h2 font weight from bold to semibold for improved visual hierarchy in rendered content. --- apps/web/mdx-components.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/mdx-components.tsx b/apps/web/mdx-components.tsx index 3be848b..796ddf1 100644 --- a/apps/web/mdx-components.tsx +++ b/apps/web/mdx-components.tsx @@ -29,7 +29,7 @@ const components: MDXComponents = { h1: ({ children }) =>

{children}

, - h2: ({ children }) =>

{children}

, + h2: ({ children }) =>

{children}

, // 🖼 Обработка картинок через next/image img: (props) => (