aussehen rahmen
This commit is contained in:
@ -145,6 +145,8 @@ function Profil()
|
||||
<div className='InputForm'>
|
||||
<Toaster toastOptions={{ position: "top-center" }} />
|
||||
<h2>Profil</h2>
|
||||
<div className='frameCenter'>
|
||||
<div className='frame'>
|
||||
<div className='neben'>
|
||||
<div className='margin'>
|
||||
{data.data && <Img pth={data.data.picture} className=''/>}
|
||||
@ -171,6 +173,8 @@ function Profil()
|
||||
</div>
|
||||
<button type="submit">Update</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<Link to={"/qr"}>QR-Code drucken</Link>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user