aussehen rahmen

This commit is contained in:
Peter Hoppe
2023-02-10 15:44:31 +01:00
parent 0e9d6299af
commit fcc8c268bd
9 changed files with 56 additions and 10 deletions

View File

@ -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>
)