Fix placeholder
This commit is contained in:
parent
d19b5f9f60
commit
ced28a2bbf
|
@ -78,7 +78,7 @@ export function EmbedModal(props: {
|
||||||
name="embed"
|
name="embed"
|
||||||
id="embed"
|
id="embed"
|
||||||
className="block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
|
className="block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
|
||||||
placeholder="e.g. https://twitter.com/jahooma/status/1557429814990196736"
|
placeholder="e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||||
value={input}
|
value={input}
|
||||||
onChange={(e) => setInput(e.target.value)}
|
onChange={(e) => setInput(e.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user