Skip to content

Commit

Permalink
chore: remove duplicate address
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Ogbonna committed Nov 29, 2024
1 parent 1c31599 commit df8745e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/[username]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ function HomePage({ params }) {
/>
</button>
</h1>
<div
{/* <div
style={{
marginTop: "0.1rem",
fontSize: "1.125rem",
Expand All @@ -1247,7 +1247,7 @@ function HomePage({ params }) {
>
<Name></Name>
</Identity>
</div>
</div> */}
</div>

<p className="text-gray-500 text-lg mt-6 w-3/5">
Expand Down Expand Up @@ -1457,7 +1457,7 @@ function HomePage({ params }) {
)}
</div>

<div
{/* <div
style={{
marginTop: "2.5rem",
padding: "1.5rem",
Expand Down Expand Up @@ -1490,7 +1490,7 @@ function HomePage({ params }) {
{walletAddress}
</h1>
</div>
</div>
</div> */}
</div>

<div className="flex mt-10 text-gray-700">
Expand Down

0 comments on commit df8745e

Please sign in to comment.