Skip to content

Commit

Permalink
fix: case
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 20, 2023
1 parent c268488 commit 40b53f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/markdown/Markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { FC, PropsWithChildren } from 'react'

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

import { Gallery } from '../Gallery'
import { Gallery } from '../gallery'
import { FixedZoomedImage } from '../image'
import styles from './markdown.module.css'
import { CommentAtRule } from './parsers/comment-at'
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/markdown/parsers/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { blockRegex, Priority } from 'markdown-to-jsx'
import type { MarkdownToJSX } from 'markdown-to-jsx'

import { Banner } from '../../banner/Banner'
import { Gallery } from '../../gallery'
import { Gallery } from '../../gallery/Gallery'
import { pickImagesFromMarkdown } from '../utils/image'

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

0 comments on commit 40b53f2

Please sign in to comment.