diff --git a/components/app/Lunr.vue b/components/app/Lunr.vue index 3c9eee180..7dd60e2e2 100644 --- a/components/app/Lunr.vue +++ b/components/app/Lunr.vue @@ -4,7 +4,6 @@ v-for="(shortcut, shortcutIndex) in theOutput" :key="`shortcut-${shortcutIndex}`" class=" - rounded cursor-pointer flex py-2 @@ -16,10 +15,11 @@ " @click="$emit('action', shortcut.action)" > - - {{ shortcut.icon }} - - + + {{ $t(shortcut.label) }} - +