Skip to content

Commit

Permalink
Refactor profile page to remove unused statistics and update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesLedwaba committed Jun 26, 2024
1 parent 05a50eb commit 7140f5c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pages/user/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,12 @@ <h2 id="profile-name">Manelisi Mpotulo</h2>
</div>
</div>
<div class="profile-body">

<div class="profile-stats">
<div class="stat">
<h2 id="profile-balance"></h2>
<p>Balance</p>
</div>
<div class="stat">
<h2 id="profile-nfts">0</h2>
<p>NFTs</p>
</div>
<div class="stat">
<h2 id="profile-transactions">0</h2>
<p>Tx</p>
</div>
</div>
<div class="profile-actions">
<div>
Expand Down

0 comments on commit 7140f5c

Please sign in to comment.