fix: external link
This commit is contained in:
parent
f9e206d0d2
commit
d6983f7864
|
@ -5,9 +5,11 @@
|
|||
@submit.prevent="onSubmit"
|
||||
>
|
||||
<p>{{ i18n.ts.signupsDisabled }}</p>
|
||||
<MkButton rounded gradate link to="https://calckey.org/join"
|
||||
<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