Merge pull request #103 from rinpatch/fix/main-separately-typo
main.html: fix a typo in "Separately"
This commit is contained in:
commit
5b06603977
@ -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