From e7571dffab0d540294222c2c9f5220c24b2fd181 Mon Sep 17 00:00:00 2001 From: Cris Date: Thu, 25 May 2023 12:17:06 +0200 Subject: [PATCH] Minor Adaptation: Suche statt Search, Settings button Layout korrigiert --- public/js/components/searchbar/searchbar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/components/searchbar/searchbar.js b/public/js/components/searchbar/searchbar.js index c46f87839..155ea495b 100644 --- a/public/js/components/searchbar/searchbar.js +++ b/public/js/components/searchbar/searchbar.js @@ -31,9 +31,9 @@ export default { @focusin="this.searchfocusin" @focusout="this.searchfocusout">
- + v-model="this.searchsettings.searchstr" class="form-control" + type="search" placeholder="Suche..." aria-label="Search"> +