refactor: remove shortcut hints in mobile devices

This commit is contained in:
liyasthomas
2021-12-20 14:40:38 +05:30
parent fac1288ef2
commit f94ee7c73f
23 changed files with 410 additions and 253 deletions

View File

@@ -64,7 +64,7 @@
>
{{ infoIcon }}
</i>
<div v-if="shortcut.length" class="ml-2">
<div v-if="shortcut.length" class="ml-2 <sm:hidden">
<kbd
v-for="(key, index) in shortcut"
:key="`key-${index}`"
@@ -76,7 +76,7 @@
</SmartLink>
</template>
<script>
<script lang="ts">
import { defineComponent } from "@nuxtjs/composition-api"
export default defineComponent({