main.html: fix a typo in "Separately"

This commit is contained in:
rinpatch 2020-02-14 21:49:18 +03:00
parent 72a44b6170
commit 632efaeab9
1 changed files with 1 additions and 1 deletions

View File

@ -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>