Skip to content

Commit

Permalink
chore: add brink as zapplanner recipient, fix opensats lightning addr…
Browse files Browse the repository at this point in the history
…ess (#970)
  • Loading branch information
rolznz authored Jan 10, 2025
1 parent 794bb71 commit d1da0e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file added frontend/src/assets/zapplanner/bitcoinbrink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions frontend/src/screens/internal-apps/ZapPlanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { handleRequestError } from "src/utils/handleRequestError";
import { LightningAddress } from "@getalby/lightning-tools";
import { ExternalLinkIcon, PlusCircle } from "lucide-react";
import alby from "src/assets/suggested-apps/alby.png";
import bitcoinbrink from "src/assets/zapplanner/bitcoinbrink.png";
import hrf from "src/assets/zapplanner/hrf.png";
import opensats from "src/assets/zapplanner/opensats.png";
import ExternalLink from "src/components/ExternalLink";
Expand Down Expand Up @@ -47,7 +48,7 @@ const recipients: Recipient[] = [
name: "Alby",
logo: alby,
description:
"Support the open-source development of Hub, Go, Lightning Browser Extension, developer tools, NWC, WebLN, Podcasting 2.0 & more.",
"Support the open-source development of Hub, Go, Lightning Browser Extension, developer tools and open protocols.",
lightningAddress: "[email protected]",
},
{
Expand All @@ -61,9 +62,16 @@ const recipients: Recipient[] = [
name: "OpenSats",
description:
"Help us to provide sustainable funding for free and open-source contributors working on freedom tech and projects that help bitcoin flourish.",
lightningAddress: "opensats@btcpay0.voltageapp.io",
lightningAddress: "opensats@vlt.ge",
logo: opensats,
},
{
name: "Brink",
description:
"Brink exists to strengthen the Bitcoin protocol and network through fundamental research, development, funding, mentoring.",
lightningAddress: "[email protected]",
logo: bitcoinbrink,
},
];

export function ZapPlanner() {
Expand Down

0 comments on commit d1da0e4

Please sign in to comment.