fix: leverage join misskey multilingual behaviour (#11908)
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
440f3144ae
commit
9d0c077311
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue