- Fix icon invit game
    - Fix bug history
    - Add scroll history (maybe)
    - Fix cross notification to real cross
This commit is contained in:
Mathis Degryck
2024-09-30 19:16:36 +02:00
parent c8052db9a5
commit 33957b5ffe
8 changed files with 28 additions and 13 deletions

View File

@ -12,8 +12,8 @@
<div class="rightButtonDiv">
<img id="github" src="/static/img/profilPage/github.png">
<img id="discord" src="/static/img/profilPage/discord.webp">
<img id="newConv" src="/static/img/profilPage/addConv.png">
<img id="invite" src="/static/img/profilPage/invite.png">
<img id="newConv" src="/static/img/profilPage/addConv.svg">
<img id="invite" src="/static/img/profilPage/invite.svg">
</div>
</div>
@ -29,6 +29,7 @@
</div>
<div class="history" id="history">
<h3>History</h3>
<div id="scroll-match"></div>
</div>
</div>
</div>