Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hathbanger committed Nov 14, 2024
1 parent 836db35 commit c71ec5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/demo.lasereyes.build/components/WalletCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,7 @@ const WalletCard = ({
try {
const inscriptionTxId = await inscribe(
Buffer.from(inscriptionText).toString('base64'),
'text/plain',
network
'text/plain'
)
toast.success(
<span className={'flex flex-col gap-1 items-center justify-center'}>
Expand Down

0 comments on commit c71ec5f

Please sign in to comment.