From 0df77ef6ee74ffdf3775c075ff68342685bc4545 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 1 Jun 2026 15:17:32 +0200 Subject: [PATCH] feat(place-search-bar-below-navbar): integrate search bar in the navbar search bar wrapper component --- src/features/nav/components/NavbarSearchBarWrapper.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/features/nav/components/NavbarSearchBarWrapper.vue b/src/features/nav/components/NavbarSearchBarWrapper.vue index f7ca44f..08ab85f 100644 --- a/src/features/nav/components/NavbarSearchBarWrapper.vue +++ b/src/features/nav/components/NavbarSearchBarWrapper.vue @@ -14,5 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. --> + + \ No newline at end of file