Skip to content

Commit

Permalink
fix(client): 플레이스홀더 텍스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
falsy committed Nov 26, 2024
1 parent 178165f commit 2e3020a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/dist/delivery-bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function LabelBox({
type="text"
value={label}
onChange={(e) => patchTracker({ label: e.target.value })}
placeholder="이곳에 배송에 대한 간단한 메모를 적을 수 있어요."
placeholder="배송에 대한 간단한 메모를 적을 수 있어요."
/>
</div>
)
Expand Down

0 comments on commit 2e3020a

Please sign in to comment.