- Fix arrow left profil
This commit is contained in:
Misthaa
2024-10-01 02:35:09 +02:00
parent 3ed6224d5c
commit 985920d1f6
5 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<div id="cross-profil"><span>&larr;</span></div>
<img id="cross-profil" src="/static/img/profilPage/back.svg"></img>
<div id="profil">
<div class="container">
<!-- Profile Section -->

View File

@ -11,7 +11,7 @@
</div>
<div class="popup-background-delete" id="popup-background-delete">
<div class="popup-delete">
<h1>Are you sure you want to delete tour account ?</h1>
<h1>Are you sure you want to delete your account ?</h1>
<input type="text" id="username-delete" placeholder="Username">
<button class="delete-btn" id="deleteButton">Delete the account</button>
</div>