changed navbar layout

This commit is contained in:
J-onasJones 2024-06-07 16:31:14 +02:00
parent 0fd13fd30b
commit eda9ed1e5e
2 changed files with 36 additions and 21 deletions

View file

@ -25,7 +25,6 @@
let searchValue = '';
function handleSearch(event) {
// Update the searchValue with the value received from the child component
searchValue = event.detail;
}
</script>