Skip to content

Commit

Permalink
πŸš‘hotfix: ν‚€μ›Œλ“œ μž…λ ₯ ν”Œλ ˆμ΄μŠ€ν™€λ”μ— μ΅œλŒ€ ν‚€μ›Œλ“œ 개수 μ“°κΈ°
Browse files Browse the repository at this point in the history
  • Loading branch information
seojin-v6x committed Jan 15, 2023
1 parent 522593c commit 6eefd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/pages/Team/Issue/Keyword/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function TeamIssueKeyword() {
<StWhiteWrapper>
<CommonInput
width="100%"
placeholder="μƒˆ ν‚€μ›Œλ“œλ₯Ό μž…λ ₯ν•΄μ£Όμ„Έμš”"
placeholder="μƒˆ ν‚€μ›Œλ“œλ₯Ό μž…λ ₯ν•΄μ£Όμ„Έμš” (μ΅œλŒ€ 2개)"
value={newKeywordContent}
onChange={(value: string) => setNewKeywordContent(value)}
onSubmit={createKeyword}
Expand Down

0 comments on commit 6eefd9a

Please sign in to comment.