diff options
author | stale <redkugelblitzin@gmail.com> | 2022-06-06 00:32:29 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-06-06 00:32:29 -0300 |
commit | b73533c659ff5c8ad822631fb442d50d238a6b44 (patch) | |
tree | 2211b4be9cae221a9746fc144da938c10e7b0b70 /assets | |
parent | 64eec86021d23086a768ed2faf38d92fd6f8cf29 (diff) |
*very* small fix
Diffstat (limited to 'assets')
-rw-r--r-- | assets/room.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/room.html b/assets/room.html index c3dc871..4dadc6b 100644 --- a/assets/room.html +++ b/assets/room.html @@ -21,7 +21,7 @@ <p id="miscinfo"></p> <a href="javascript:navigator.clipboard.writeText(window.location.href);alert('copied link to clipboard');">đŸ”—share</p> <a href="javascript:clear_ident();">new identity</p> - <a href="../..">back to lobby</a> + <a href="..">back to lobby</a> </div> </div> </body> |