Skip to content

Commit e3882ff

Browse files
author
kubraturan
committed
readme.md updated
1 parent 715d82d commit e3882ff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,9 @@ import { MeetingItem } from 'react-chat-elements'
632632
<MeetingItem
633633
subject={'New Release!!!'}
634634
avatars={[
635-
src: 'https://facebook.github.io/react/img/logo.svg'
635+
{
636+
src: 'https://facebook.github.io/react/img/logo.svg'
637+
}
636638
]}
637639
onMeetingClick={console.log}
638640
onShareClick={console.log}/>

0 commit comments

Comments
 (0)