diff --git a/pages/en-us/components/input.mdx b/pages/en-us/components/input.mdx index 9cd494b..e87f846 100644 --- a/pages/en-us/components/input.mdx +++ b/pages/en-us/components/input.mdx @@ -105,10 +105,12 @@ Retrieve text input from a user. - } placeholder="The Evil Rabbit" /> + } placeholder="GitHub" /> + + } placeholder="GitHub" /> `} /> diff --git a/pages/zh-cn/components/input.mdx b/pages/zh-cn/components/input.mdx index 88c2b16..89835cb 100644 --- a/pages/zh-cn/components/input.mdx +++ b/pages/zh-cn/components/input.mdx @@ -105,10 +105,12 @@ export const meta = { } placeholder="输入 Git 地址" /> + + } placeholder="输入 Git 地址" /> `} />