Fix find another server link

This commit is contained in:
nelle 2024-06-18 00:38:13 -06:00
parent 733fd1892a
commit 02daa6b02a
2 changed files with 2 additions and 2 deletions

View file

@ -19,4 +19,4 @@
- [ ] settings/general "Show a warning if you attempt to post files without a description" from FireFish
- [ ] settings/general "Get assets from CDN" from FireFish
- [ ] Robot-Mode, much like cat-mode but, Robot antenna, and beeps and boops
- [ ] When not signed-in, approvals off, try to signup, "Find another server" leads to dead link
- [X] When not signed-in, approvals off, try to signup, "Find another server" leads to dead link

View file

@ -1,7 +1,7 @@
<template>
<div v-if="instance.disableRegistration" style="margin-bottom: 1rem">
<p>{{ i18n.ts.signupsDisabled }}</p>
<a href="https://iceshrimp.dev/join">
<a href="https://fedidb.org/software/iceshrimp">
<MkButton rounded gradate
>{{ i18n.ts.findOtherInstance }}
</MkButton>