We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f59872 commit 0595547Copy full SHA for 0595547
components/post/post-title-input.tsx
@@ -13,7 +13,7 @@ const PostTitleInput: FunctionComponent<PostTitleInputProps> = ({
13
<div className="flex flex-shrink-0 items-center justify-center p-4">
14
<div className="flex flex-col">
15
<input
16
- {...register('memo')}
+ {...register('title')}
17
placeholder="제목을 입력하세요"
18
className="flex-1 bg-transparent text-center text-3xl font-semibold"
19
/>
0 commit comments