summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components
diff options
context:
space:
mode:
authorInsert5StarName <anime@shourai.de>2023-10-01 01:49:39 +0200
committerInsert5StarName <anime@shourai.de>2023-10-01 01:49:39 +0200
commit3428dbfa8a697bfce5ea8aacff1e4b662e15d296 (patch)
tree21d58c6c21dc09cfc3e09bb263117b0b1d80f310 /packages/frontend/src/components
parenttest: change buttons and avatar (diff)
downloadsharkey-3428dbfa8a697bfce5ea8aacff1e4b662e15d296.tar.gz
sharkey-3428dbfa8a697bfce5ea8aacff1e4b662e15d296.tar.bz2
sharkey-3428dbfa8a697bfce5ea8aacff1e4b662e15d296.zip
fix: link find instances
Diffstat (limited to 'packages/frontend/src/components')
-rw-r--r--packages/frontend/src/components/MkVisitorDashboard.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkVisitorDashboard.vue b/packages/frontend/src/components/MkVisitorDashboard.vue
index fd491db921..264d079a21 100644
--- a/packages/frontend/src/components/MkVisitorDashboard.vue
+++ b/packages/frontend/src/components/MkVisitorDashboard.vue
@@ -114,7 +114,7 @@ function showMenu(ev) {
}
function exploreOtherServers() {
- window.open('https://join.misskey.page/instances', '_blank');
+ window.open('https://joinsharkey.org/#findaninstance', '_blank');
}
</script>