Skip to content

Commit 40b53f2

Browse files
committed
fix: case
Signed-off-by: Innei <[email protected]>
1 parent c268488 commit 40b53f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ui/markdown/Markdown.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { FC, PropsWithChildren } from 'react'
77

88
import { useElementSize } from '~/providers/article/article-element-provider'
99

10-
import { Gallery } from '../Gallery'
10+
import { Gallery } from '../gallery'
1111
import { FixedZoomedImage } from '../image'
1212
import styles from './markdown.module.css'
1313
import { CommentAtRule } from './parsers/comment-at'

src/components/ui/markdown/parsers/container.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { blockRegex, Priority } from 'markdown-to-jsx'
33
import type { MarkdownToJSX } from 'markdown-to-jsx'
44

55
import { Banner } from '../../banner/Banner'
6-
import { Gallery } from '../../gallery'
6+
import { Gallery } from '../../gallery/Gallery'
77
import { pickImagesFromMarkdown } from '../utils/image'
88

99
const shouldCatchContainerName = ['gallery', 'banner', 'carousel'].join('|')

0 commit comments

Comments
 (0)