1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-02 07:19:29 -05:00
This commit is contained in:
syuilo 2023-02-22 15:03:30 +09:00
parent 9b72e02da3
commit dfc1410bb0

View file

@ -28,7 +28,7 @@
</div>
<div class="action _gaps_s">
<MkButton full rounded gradate data-cy-signup style="margin-right: 12px;" @click="signup()">{{ i18n.ts.joinThisServer }}</MkButton>
<MkButton full rounded data-cy-signin @click="exploreOtherServers()">{{ i18n.ts.exploreOtherServers }}</MkButton>
<MkButton full rounded @click="exploreOtherServers()">{{ i18n.ts.exploreOtherServers }}</MkButton>
<MkButton full rounded data-cy-signin @click="signin()">{{ i18n.ts.login }}</MkButton>
</div>
</div>