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 Insert5StarName
parent b2fb8d9f0e
commit 5831670014
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>