Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 15, 2023
1 parent a2aeefd commit d7c429b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ export const App = () => {
<div>
<YourBalance />
</div>
<div>
<DonatePoints />
</div>
{address && (
<div>
<DonatePoints />
</div>
)}
<a
href="https://app.uniswap.org/swap"
target="_blank"
Expand Down

0 comments on commit d7c429b

Please sign in to comment.