Skip to content

Commit

Permalink
Merge pull request #28 from MyriadFlow/main
Browse files Browse the repository at this point in the history
remove duplicate address
  • Loading branch information
Joshua-Ogbonna authored Nov 29, 2024
2 parents 09f9ec3 + f57b6cf commit 70d7ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/profile/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ function HomePage() {
<div style={{ backgroundColor: '#FFFFFF' }}>
<h1 style={{ fontSize: '1.125rem', color: '#6B7280' }}>{'0 Followers'}</h1>
<h1 style={{ fontSize: '1.125rem', color: '#6B7280' }}>{'0 Following'}</h1>
<h1 style={{ marginTop: '0.5rem', fontSize: '1.125rem', color: '#374151', fontWeight: '600' }}>Address</h1>
<h1 style={{ fontSize: '1.125rem', color: '#6B7280' }} className='truncate-wallet'>{address}</h1>
{/* <h1 style={{ marginTop: '0.5rem', fontSize: '1.125rem', color: '#374151', fontWeight: '600' }}>Address</h1>
<h1 style={{ fontSize: '1.125rem', color: '#6B7280' }} className='truncate-wallet'>{address}</h1> */}
</div>
</div>
</div>
Expand Down

0 comments on commit 70d7ba1

Please sign in to comment.