Skip to content

Commit

Permalink
updates justins bio to include link to Fedimint proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjcarroll committed May 11, 2024
1 parent 4cf41e1 commit ac2f1bc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/components/Grantees/Grantees.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,22 @@ const granteeMap = [
},
{
name: "Justin Moeller",
bio: "Justin is a software engineer passionate about Bitcoin, distributed systems, and databases. He is currently working on the Fedimint protocol, and is supported by Spiral and OpenSats. The Foundation awarded Justin a grant for his proposal to create a Fedimint escrow and arbitration module.",
bio: (
<span>
Justin is a software engineer passionate about Bitcoin, distributed
systems, and databases. He is currently working on the Fedimint
protocol, and is supported by Spiral and OpenSats. The Foundation
awarded Justin a grant for{" "}
<a
href="https://gist.github.com/m1sterc001guy/562d15fc995e45e6b7f10538c2a9dfe6"
target="_blank"
className="font-medium hover:underline"
>
his proposal to create a Fedimint escrow and arbitration module
</a>
.
</span>
),
img: justinMoeller,
nostr:
"https://primal.net/p/npub1zswjq57t99f444z6485xtn0vfyjjfu8vqpnyj6uckuyem2446evqnxgc6x",
Expand Down

0 comments on commit ac2f1bc

Please sign in to comment.