fix: leverage join misskey multilingual behaviour

This commit is contained in:
tassoman 2023-09-26 23:29:09 +02:00
parent 2039e244c5
commit a1e9ea4d08
1 changed files with 1 additions and 2 deletions

View File

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