diff options
| author | Insert5StarName <anime@shourai.de> | 2023-10-01 01:49:39 +0200 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-10-01 01:49:39 +0200 |
| commit | 3428dbfa8a697bfce5ea8aacff1e4b662e15d296 (patch) | |
| tree | 21d58c6c21dc09cfc3e09bb263117b0b1d80f310 /packages | |
| parent | test: change buttons and avatar (diff) | |
| download | sharkey-3428dbfa8a697bfce5ea8aacff1e4b662e15d296.tar.gz sharkey-3428dbfa8a697bfce5ea8aacff1e4b662e15d296.tar.bz2 sharkey-3428dbfa8a697bfce5ea8aacff1e4b662e15d296.zip | |
fix: link find instances
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/components/MkVisitorDashboard.vue | 2 |
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> |