We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb081f8 + a4bf472 commit 6d45cddCopy full SHA for 6d45cdd
index.html
@@ -70,8 +70,10 @@ <h3 class="title">
70
<p class="title">User Agreement</p>
71
<p>Please allow the app to use your playback device.</p>
72
<button type="button" class="nes-btn is-success" @click="showForm">OK</button>
73
-
74
</div>
+ <h2 class="title" x-show="isShowChatRoom">
75
+ <span x-text="roomTitle"></span>
76
+ </h2>
77
<div class="container" id="host" x-show="isShowChatRoom">
78
<h3 class="title">
79
Speakers
0 commit comments