Skip to content

Commit

Permalink
change case in component name
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Feb 15, 2024
1 parent 5390cb2 commit 92931d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Campaign/RichText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Typography } from '@mui/material'
import { isText } from '@/lib/typeGuards'
import kebabCase from 'lodash/kebabCase'
import { isTwitterUrl, isYouTubeUrl } from '@/lib/urlPatterns'
import YouTube from '@/components/Blog/YouTube'
import YouTube from '@/components/Blog/Youtube'
import Twitter from '@/components/Blog/Twitter'

const options: Options = {
Expand Down

0 comments on commit 92931d0

Please sign in to comment.