Skip to content

Commit

Permalink
Modify place holder of url input
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Sep 19, 2024
1 parent 64674c6 commit f685f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blog/src/components/CommentForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function CommentForm({ slug, submit, isClientSide = false }: CommentFormProps) {
setName(value);
}}
/>
<Input className={cx("__input")} name="url" inputMode="url" placeholder="주소" />
<Input className={cx("__input")} name="url" inputMode="url" placeholder="웹사이트" />
<Input className={cx("__input")} name="email" inputMode="email" placeholder="이메일 (비공개)" />
<Textarea
className={cx("__textarea")}
Expand Down

1 comment on commit f685f83

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visual regression test result - success

Component Story Success Viewport MisMatch Percentage
components-button string-children phone 0.00%
components-button string-children tablet 0.09%
input-input default phone 0.00%
input-input default tablet 0.00%
input-input line phone 0.00%
input-input line tablet 0.00%
input-input box phone 0.00%
input-input box tablet 0.00%
input-textarea line phone 0.00%
input-textarea line tablet 0.00%
input-textarea box phone 0.00%
input-textarea box tablet 0.00%
typography-typography default phone 0.00%
typography-typography default tablet 0.00%

Please sign in to comment.