diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-09 19:53:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-09 19:53:15 +0900 |
| commit | 84ffcb967267b36bf8eff50a77c5b89b698f648c (patch) | |
| tree | 85d26be8d4892ca7dce81b87ba84fa6546437b29 /src/client/app/mobile | |
| parent | Fix bug (diff) | |
| download | misskey-84ffcb967267b36bf8eff50a77c5b89b698f648c.tar.gz misskey-84ffcb967267b36bf8eff50a77c5b89b698f648c.tar.bz2 misskey-84ffcb967267b36bf8eff50a77c5b89b698f648c.zip | |
Clean up
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/views/components/ui.nav.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/ui.nav.vue b/src/client/app/mobile/views/components/ui.nav.vue index 764f9374e6..f96e285407 100644 --- a/src/client/app/mobile/views/components/ui.nav.vue +++ b/src/client/app/mobile/views/components/ui.nav.vue @@ -21,7 +21,6 @@ <li><router-link to="/othello">%fa:gamepad%ゲーム<template v-if="hasGameInvitations">%fa:circle%</template>%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> <li><router-link to="/i/drive">%fa:cloud%%i18n:mobile.tags.mk-ui-nav.drive%%fa:angle-right%</router-link></li> </ul> <ul> |