Skip to content

Commit

Permalink
docs(examples-nextjs): 📝 update example
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Nov 24, 2023
1 parent 5a7ce5f commit fd2c973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs/components/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Button = () => {
}}
>
<img
src={wallet.options.logoUrls?.light?.svg}
src={wallet.logoLight}
alt={wallet.options.prettyName}
height="48px"
width="48px"
Expand Down

0 comments on commit fd2c973

Please sign in to comment.