style(react): update static data

This commit is contained in:
Pavel Prichodko 2022-05-23 14:40:03 +02:00
parent c96dff765e
commit 8bbe72d699
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
2 changed files with 11 additions and 1 deletions

View File

@ -15,6 +15,16 @@ const chats: Record<string, Chat> = {
imageUrl: imageUrl:
'https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1287&q=80', 'https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1287&q=80',
}, },
pm: {
type: 'channel',
imageUrl:
'https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1287&q=80',
},
watercooler: {
type: 'channel',
imageUrl:
'https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1287&q=80',
},
'vitalik.eth': { type: 'chat', imageUrl: '' }, 'vitalik.eth': { type: 'chat', imageUrl: '' },
'pvl.eth': { type: 'chat', imageUrl: '' }, 'pvl.eth': { type: 'chat', imageUrl: '' },
'Climate Change': { type: 'group-chat', imageUrl: '' }, 'Climate Change': { type: 'group-chat', imageUrl: '' },

View File

@ -250,7 +250,7 @@ export const useMessages = (): Message[] => {
text: 'tincidunt tempus risus. Donec egestas. Duis ac arcu. Nunc mauris. Morbi non sapien molestie orci tincidunt adipiscing. Mauris molestie pharetra nibh. Aliquam ornare, libero at auctor ullamcorper, nisl arcu iaculis enim, sit amet ornare lectus justo eu arcu. Morbi sit amet massa. Quisque porttitor eros nec tellus. Nunc lectus pede, ultrices a, auctor non, feugiat nec, diam. Duis mi', text: 'tincidunt tempus risus. Donec egestas. Duis ac arcu. Nunc mauris. Morbi non sapien molestie orci tincidunt adipiscing. Mauris molestie pharetra nibh. Aliquam ornare, libero at auctor ullamcorper, nisl arcu iaculis enim, sit amet ornare lectus justo eu arcu. Morbi sit amet massa. Quisque porttitor eros nec tellus. Nunc lectus pede, ultrices a, auctor non, feugiat nec, diam. Duis mi',
owner: true, owner: true,
pinned: false, pinned: false,
mention: false, mention: true,
reactions: { reactions: {
heart: { count: 0, me: false }, heart: { count: 0, me: false },
'thumbs-up': { count: 0, me: false }, 'thumbs-up': { count: 0, me: false },