Skip to content

Commit

Permalink
Update profile.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocraft987 authored Jan 15, 2025
1 parent ca9d406 commit ce79e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
<div class="box">
<div class="flex">
<img style="border-radius: 50%" height="75" src="" id="pfp" alt="Profile picture">
<h1 id="username"></h1>
<h1 id="username">Undefined</h1>
</div>
<p id="bio"></p><br />
<button class="buttonFrBx followButton" title="you can follow this user, if you want" style="color: gold;">Follow</button>
<br/>
<br/>
<button class="buttonFrBx" id="changeprofiledetails" onclick="location.replace('/settings/profile')">Change profile details</button>
>br/>
<br/>
<a href="/reportuser" style="float:left;">Report this user</a>
<div id="admin">
<br/>
Expand Down

0 comments on commit ce79e12

Please sign in to comment.