From 468a726e7ddd095496b9e3933acd9a01589ed762 Mon Sep 17 00:00:00 2001 From: Hajime Nakagawa <51704330+hajimism@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:49:13 +0900 Subject: [PATCH] fix: source link of Box was 404 old: https://github.com/mantinedev/mantine/blob/master/packages/@mantine/core/src/components/Box/Box.tsx new: https://github.com/mantinedev/mantine/blob/master/packages/%40mantine/core/src/core/Box/Box.tsx --- apps/mantine.dev/src/mdx/data/mdx-core-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mantine.dev/src/mdx/data/mdx-core-data.ts b/apps/mantine.dev/src/mdx/data/mdx-core-data.ts index 1754ea62c57..ffca708af85 100644 --- a/apps/mantine.dev/src/mdx/data/mdx-core-data.ts +++ b/apps/mantine.dev/src/mdx/data/mdx-core-data.ts @@ -7,7 +7,7 @@ export const MDX_CORE_DATA: Record = { slug: '/core/box', description: 'Base component for all Mantine components', import: "import { Box } from '@mantine/core';", - source: '@mantine/core/src/components/Box/Box.tsx', + source: '@mantine/core/src/core/Box/Box.tsx', docs: 'core/box.mdx', },