diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 01:48:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 01:48:16 +0900 |
| commit | f5fec3d008f6414d43606205457e5477b4abb6cd (patch) | |
| tree | cc33cbfaadb64f42464550c8a540c8de282a1bbe /src/web/app/mobile/views/components | |
| parent | v4061 (diff) | |
| download | misskey-f5fec3d008f6414d43606205457e5477b4abb6cd.tar.gz misskey-f5fec3d008f6414d43606205457e5477b4abb6cd.tar.bz2 misskey-f5fec3d008f6414d43606205457e5477b4abb6cd.zip | |
:v:
Diffstat (limited to 'src/web/app/mobile/views/components')
| -rw-r--r-- | src/web/app/mobile/views/components/ui.nav.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/views/components/ui.nav.vue b/src/web/app/mobile/views/components/ui.nav.vue index a58225a172..ba35a2783d 100644 --- a/src/web/app/mobile/views/components/ui.nav.vue +++ b/src/web/app/mobile/views/components/ui.nav.vue @@ -18,7 +18,7 @@ <li><router-link to="/">%fa:home%%i18n:mobile.tags.mk-ui-nav.home%%fa:angle-right%</router-link></li> <li><router-link to="/i/notifications">%fa:R bell%%i18n:mobile.tags.mk-ui-nav.notifications%<template v-if="hasUnreadNotifications">%fa:circle%</template>%fa:angle-right%</router-link></li> <li><router-link to="/i/messaging">%fa:R comments%%i18n:mobile.tags.mk-ui-nav.messaging%<template v-if="hasUnreadMessagingMessages">%fa:circle%</template>%fa:angle-right%</router-link></li> - <li><router-link to="/game/othello">%fa:gamepad%ゲーム%fa:angle-right%</router-link></li> + <li><router-link to="/othello">%fa:gamepad%ゲーム%fa:angle-right%</router-link></li> </ul> <ul> <li><a :href="chUrl" target="_blank">%fa:tv%%i18n:mobile.tags.mk-ui-nav.ch%%fa:angle-right%</a></li> |