mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Fix find another server link
This commit is contained in:
parent
733fd1892a
commit
02daa6b02a
2 changed files with 2 additions and 2 deletions
2
TODO.md
2
TODO.md
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue