diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-04-25 11:51:33 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2025-04-25 11:51:33 -0700 |
commit | 2aa30f52797f9cc923c674f60156ecc2fb4ed8a6 (patch) | |
tree | 9937e8340f9e693a0dd2d44eb6aa950664d4613a /src | |
parent | 7b245935eaa7b3ba8f051ea777ea7e5fcbc95813 (diff) | |
download | voidsky-2aa30f52797f9cc923c674f60156ecc2fb4ed8a6.tar.zst |
Update third post in demo
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/demo.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/demo.ts b/src/lib/demo.ts index 8e3b16622..5ead62c9d 100644 --- a/src/lib/demo.ts +++ b/src/lib/demo.ts @@ -167,9 +167,9 @@ export const DEMO_FEED = { cid: 'bafyreiepn7obmlshliori4j34texpaukrqkyyu7cq6nmpzk4lkis7nqeae', author: { did: 'did:plc:h7fwnfejmmifveeea5eyxgkc', - handle: 'visionprofan.bsky.social', - displayName: 'Sebastian', - avatar: 'https://bsky.social/about/adi/user_avi.jpg', + handle: 'rodyalbuerne.bsky.social', + displayName: 'Rody Albuerne', + avatar: 'https://bsky.social/about/adi/post_3_avi.jpg', viewer: { muted: false, blockedBy: false, @@ -182,7 +182,7 @@ export const DEMO_FEED = { $type: 'app.bsky.feed.post', createdAt: POST_3_DATE, langs: ['en'], - text: 'Just got my Vision Pro! 🤯\n\nAny recommendations for apps to try out?', + text: 'Tinkering with the basics of traditional wooden joinery in my shop lately. Starting small with this ox, made using simple mortise and tenon joints.', }, replyCount: 11, repostCount: 97, |