Skip to content

Commit

Permalink
removed address
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 13, 2024
1 parent 07351cd commit 4a4e71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Page() {
</div>
<div className='items-center p-2 pt-40 text-center text-5xl mix-blend-exclusion'>
<Balance />
{address}
{/* {address} */}
</div>

<div className='mt-10 grid grid-cols-2 gap-2 p-2'>
Expand Down

0 comments on commit 4a4e71e

Please sign in to comment.