main.html: fix a typo in "Separately"
This commit is contained in:
parent
72a44b6170
commit
632efaeab9
@ -112,7 +112,7 @@
|
||||
<div style="display: flex; flex-direction: column; align-items: center;">
|
||||
<a href="/chat">Chat Only</a>
|
||||
<a href="/video">Video Only</a>
|
||||
<a href="/video" onclick="window.open('/chat', '_blank');">Both Separatly</a>
|
||||
<a href="/video" onclick="window.open('/chat', '_blank');">Both Separately</a>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user