From eda9ed1e5ee9f570dc987b2331c1c484ebccef62 Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Fri, 7 Jun 2024 16:31:14 +0200 Subject: [PATCH] changed navbar layout --- src/App.svelte | 1 - src/components/Navbar.svelte | 56 +++++++++++++++++++++++------------- 2 files changed, 36 insertions(+), 21 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 6d6734c..11ac171 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -25,7 +25,6 @@ let searchValue = ''; function handleSearch(event) { - // Update the searchValue with the value received from the child component searchValue = event.detail; } diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte index f337ceb..0ae249c 100644 --- a/src/components/Navbar.svelte +++ b/src/components/Navbar.svelte @@ -13,13 +13,14 @@