Skip to content

Commit 6d45cdd

Browse files
authored
Merge pull request bestony#22 from johnpoint/master
feat: show room title
2 parents cb081f8 + a4bf472 commit 6d45cdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ <h3 class="title">
7070
<p class="title">User Agreement</p>
7171
<p>Please allow the app to use your playback device.</p>
7272
<button type="button" class="nes-btn is-success" @click="showForm">OK</button>
73-
7473
</div>
74+
<h2 class="title" x-show="isShowChatRoom">
75+
<span x-text="roomTitle"></span>
76+
</h2>
7577
<div class="container" id="host" x-show="isShowChatRoom">
7678
<h3 class="title">
7779
Speakers

0 commit comments

Comments
 (0)