drag drop
This commit is contained in:
@ -71,7 +71,7 @@ function Profil()
|
||||
<div className='Profil'>
|
||||
<h2>Profil</h2>
|
||||
<div>
|
||||
{dog.data && <Img pth={dog.data.picture}/>}
|
||||
{dog.data && <Img pth={dog.data.picture} className=''/>}
|
||||
<Link to={'/upload'}>Bild ändern</Link>
|
||||
</div>
|
||||
<form onSubmit={submitForm}>
|
||||
|
||||
Reference in New Issue
Block a user