Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Junhyuck Ko committed Jul 7, 2023
1 parent f3130cc commit 7f16df0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Post/PostDetail/PostHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const PostHeader = ({ postMetaData }: Props) => {
'font-bold',
'text-[3em]',
'leading-[1.3]',
'mt-[1em]'
'mt-[1em]',
'post-title'
)}
>
{postMetaData.title}
Expand Down

0 comments on commit 7f16df0

Please sign in to comment.