damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

commit 939e34605531f20de707e966d01ab0312c9ae30f
parent 3a051c74613c14f77dab1798176e7dca8f851e60
Author: Charlie Fish <contact@charlie.fish>
Date:   Mon, 22 Jan 2024 19:11:16 -0700

Adding Charlie Fish to team page

I **think** at this point I’ve made enough Damus contributions to be considered part of the team maybe?

If not, no hard feelings.

One possibly controversial thing is that I’m pointing to my own server for the profile picture. This will reduce the number of places that I have to update my profile picture if I ever do in the future. So a lot easier for me, and one less thing for me to possibly forget.

I checked and damus doesn’t have a Content-Security-Policy so this should be fine technically.

Signed-off-by: Charlie Fish <contact@charlie.fish>
Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/components/sections/MeetTheTeam.tsx | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/components/sections/MeetTheTeam.tsx b/src/components/sections/MeetTheTeam.tsx @@ -120,6 +120,13 @@ const team = [ fullName: "Jeroen", shortName: "Jeroen", nostrNpub: "npub17plqkxhsv66g8quxxc9p5t9mxazzn20m426exqnl8lxnh5a4cdns7jezx0" + }, + { + profilePicture: "https://charlie.fish/images/author/fishcharlie/current/square/256.png", + roleIntlString: "roles.developer", + fullName: "Charlie Fish", + shortName: "@fishcharlie", + nostrNpub: "npub16amr0pgqzl8l57npcupjmv8j3055042g07w4qj4tu3zf4yd48nlsh96569" } ]