Compare commits

...

9 Commits

Author SHA1 Message Date
Kainoa Kanter bd8e3d755c
Update welcome.entrance.a.vue 2022-07-02 13:36:20 -07:00
Kainoa Kanter 8027b02e32
`guest` -> `explore` 2022-07-01 14:19:31 -07:00
Kainoa Kanter f7ccd97175
Remove guest string 2022-07-01 14:18:39 -07:00
Kainoa Kanter 3e5bd701d3
Merge branch 'misskey-dev:develop' into guest-button 2022-07-01 14:18:16 -07:00
Kainoa Kanter c61f0fcfd0
Update packages/client/src/pages/welcome.entrance.a.vue
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
2022-07-01 14:17:06 -07:00
Kainoa Kanter 9c667a9ce5
Typo 2022-06-30 23:44:40 -07:00
Kainoa Kanter 229b77fde5
i18n string for Guest (ゲスト)
Please tell me if the translation is off 🙇
2022-06-30 23:43:52 -07:00
Kainoa Kanter 74f342c90a
Use i18n 2022-06-30 23:42:57 -07:00
Kainoa Kanter 8c0f8ce906
Add guest button 2022-06-30 23:37:40 -07:00
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
<div class="action">
<MkButton inline rounded gradate data-cy-signup style="margin-right: 12px;" @click="signup()">{{ i18n.ts.signup }}</MkButton>
<MkButton inline rounded data-cy-signin @click="signin()">{{ i18n.ts.login }}</MkButton>
<MkButton :link="true" to="/explore" inline rounded style="margin-left: 12px;">{{ i18n.ts.explore }}</MkButton>
</div>
</div>
</div>