style(react): update static data
This commit is contained in:
parent
c96dff765e
commit
8bbe72d699
|
@ -15,6 +15,16 @@ const chats: Record<string, Chat> = {
|
|||
imageUrl:
|
||||
'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: '' },
|
||||
'pvl.eth': { type: 'chat', imageUrl: '' },
|
||||
'Climate Change': { type: 'group-chat', imageUrl: '' },
|
||||
|
|
|
@ -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',
|
||||
owner: true,
|
||||
pinned: false,
|
||||
mention: false,
|
||||
mention: true,
|
||||
reactions: {
|
||||
heart: { count: 0, me: false },
|
||||
'thumbs-up': { count: 0, me: false },
|
||||
|
|
Loading…
Reference in New Issue