Skip to content

Commit

Permalink
Feat: Remove optional title
Browse files Browse the repository at this point in the history
  • Loading branch information
yoouyeon committed Feb 13, 2024
1 parent cb19f90 commit 2f88b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { CloseIcon } from '@/icons'
import * as style from './Tutorial.style'

interface ITutorialProps {
title?: string
title: string
content: ReactNode
sx?: SxProps
}
Expand Down

0 comments on commit 2f88b78

Please sign in to comment.