fix: leverage join misskey multilingual behaviour (#11908)

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
Tassoman 2023-09-27 06:48:21 +02:00 committed by GitHub
parent 440f3144ae
commit 9d0c077311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ function showMenu(ev) {
}
function exploreOtherServers() {
// TODO:
window.open('https://join.misskey.page/ja-JP/instances', '_blank');
window.open('https://join.misskey.page/instances', '_blank');
}
</script>