Merge pull request #103 from rinpatch/fix/main-separately-typo

main.html: fix a typo in "Separately"
This commit is contained in:
Nick 2020-02-15 14:21:12 -05:00 committed by GitHub
commit 5b06603977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>