Skip to content

Commit

Permalink
fix: update input placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 15, 2023
1 parent 586162e commit c48062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const Home: NextPage<{
value={currentVideoUrl}
onChange={handleInputChange}
className="mx-auto mt-10 w-full appearance-none rounded-lg rounded-md border bg-transparent py-2 pl-2 text-sm leading-6 text-slate-900 shadow-sm ring-1 ring-slate-200 placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-blue-500"
placeholder={"输入 bilibili.com 视频链接,按下「回车」"}
placeholder={"输入 bilibili.com/youtube.com 视频链接,按下「回车」"}
/>
<SubmitButton loading={loading} />
<PromptOptions getValues={getValues} register={register} />
Expand Down

1 comment on commit c48062d

@vercel
Copy link

@vercel vercel bot commented on c48062d Mar 15, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.