Skip to content

Commit 921fad3

Browse files
committed
fix(rooms): change title to more appropiate name
1 parent 90c7c24 commit 921fad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/WebexActivityStream/__snapshots__/WebexActivityStream.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ exports[`Webex Activity Stream component Webex Activity Stream snapshots matches
175175
className="activity-stream"
176176
>
177177
<Greeting
178-
personName="title"
178+
personName="Webex Component User"
179179
/>
180180
</div>
181181
`;

src/data/rooms.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"room-1": {
33
"ID": "room-1",
4-
"title": "title",
4+
"title": "Webex Component User",
55
"roomType": "group"
66
},
77
"room-1-activities": []

0 commit comments

Comments
 (0)