mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
fix: external link
This commit is contained in:
parent
83620ed2a5
commit
e4adb96f52
@ -5,9 +5,11 @@
|
||||
@submit.prevent="onSubmit"
|
||||
>
|
||||
<p>{{ i18n.ts.signupsDisabled }}</p>
|
||||
<MkButton rounded gradate link to="https://calckey.org/join"
|
||||
>{{ i18n.ts.findOtherInstance }}
|
||||
</MkButton>
|
||||
<a href="https://calckey.org/join">
|
||||
<MkButton rounded gradate
|
||||
>{{ i18n.ts.findOtherInstance }}
|
||||
</MkButton>
|
||||
</a>
|
||||
<MkInput
|
||||
v-if="instance.disableRegistration"
|
||||
v-model="invitationCode"
|
||||
|
Loading…
Reference in New Issue
Block a user