From edbe504ef23a777a01b57564eb7caea8f004a286 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 5 Mar 2022 23:58:22 +0530 Subject: [PATCH] Change search menu icon --- src/App.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index e69a77b..f333423 100644 --- a/src/App.vue +++ b/src/App.vue @@ -86,9 +86,10 @@ large v-bind="attrs" v-on="on" + aria-label="Open Search Menu" > - - {{ mdiCardSearchOutline }} + + {{ mdiMagnify }} @@ -133,7 +134,7 @@