diff --git a/src/components/Search.vue b/src/components/Search.vue index 9a18fdef..3312ba3f 100644 --- a/src/components/Search.vue +++ b/src/components/Search.vue @@ -25,35 +25,13 @@

{{ $t('search.types') }}

- insert_photo -

{{ $t('search.images') }}

-
- -
- volume_up -

{{ $t('search.music') }}

-
- -
- movie -

{{ $t('search.video') }}

-
- -
- picture_as_pdf -

{{ $t('search.pdf') }}

+ @click="init('type:'+k)" + :aria-label="$t('search.'+v.label)"> + {{v.icon}} +

{{ $t('search.'+v.label) }}

@@ -61,7 +39,7 @@