diff --git a/src/data/showcase/butterfly.jpg b/src/data/showcase/butterfly.jpg new file mode 100644 index 000000000..22309b2df Binary files /dev/null and b/src/data/showcase/butterfly.jpg differ diff --git a/src/data/users.tsx b/src/data/users.tsx index 180eaab7a..230771071 100644 --- a/src/data/users.tsx +++ b/src/data/users.tsx @@ -1242,7 +1242,14 @@ const Users: User[] = [ author: 'https://bsky.app/profile/did:plc:aeu4zvcwmdk774qmqcyed5sa', tags: ['othertools', 'opensource'], }, - + { + title: 'Butterfly for Bluesky', + description: 'Bluesky on your watch!', + preview: require('./showcase/butterfly.jpg'), + website: 'https://apps.apple.com/us/app/butterfly-for-bluesky/id6738070758', + author: 'https://bsky.app/profile/butterflyfor.bsky.social', + tags: ['client'], + }, ] export type User = {