Skip to content

Commit

Permalink
Remove LNURL image
Browse files Browse the repository at this point in the history
So far this image has not been very useful and was mainly using a lot of space
  • Loading branch information
bumi authored and dylancom committed Feb 4, 2022
1 parent f1b7e45 commit 16b9ce2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/screens/LNURLPay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,6 @@ function LNURLPay(props: Props) {
return ["Description", content];
} else if (type === "text/long-desc") {
return ["Full Description", <p key={type}>{content}</p>];
} else if (["image/png;base64", "image/jpeg;base64"].includes(type)) {
return [
"lnurl",
<img key={type} src={`data:${type},${content}`} alt="lnurl" />,
];
}
return undefined;
})
Expand Down

0 comments on commit 16b9ce2

Please sign in to comment.