placeholder, favicon and other related data updated

This commit is contained in:
2024-01-31 19:53:36 +05:30
committed by Kshitij
parent d0a7a17ba5
commit 97131c35c8
4 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@ const ImageLinkForm = ({onInputChange, onButtonSubmit}) => {
</p>
<div className = 'center'>
<div className = 'pa4 br3 shadow-5'>
<input className = 'f4 pa2 w-70 center' type = 'text' onChange = {onInputChange}/>
<input placeholder = 'Paste image link' className = 'f4 pa2 w-70 center' type = 'text' onChange = {onInputChange}/>
<button
className = 'ma4 pointer button'
onClick = {onButtonSubmit}