mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 04:03:10 +02:00
fix: link find instances
This commit is contained in:
parent
9c8aaf3945
commit
3428dbfa8a
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ function showMenu(ev) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function exploreOtherServers() {
|
function exploreOtherServers() {
|
||||||
window.open('https://join.misskey.page/instances', '_blank');
|
window.open('https://joinsharkey.org/#findaninstance', '_blank');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue