Skip to content

Commit

Permalink
[web] Fix invalid balance prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjooiopa committed Apr 30, 2024
1 parent f0e2fca commit 5f34aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/(auth)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Page = () => {

return (
<div className="mt-20">
<Balance unit={BalanceUnit.SATS} />
<Balance />
<div className="flex mt-4 gap-4 justify-center">
<Link href="/receive">
<button className="w-[128px] rounded p-2 bg-gray-700">
Expand Down

0 comments on commit 5f34aa3

Please sign in to comment.