New Design, Route added

Changes:
- Clicking on Home (icon and text) and Logo now routes to “/”, i.e. to the main page
- New design is now complete
This commit is contained in:
danielvici123
2024-11-01 22:13:04 +01:00
parent 4dc0f653ad
commit 7ef1d53926
8 changed files with 85 additions and 39 deletions

View File

@@ -0,0 +1,16 @@
<script setup>
</script>
<template>
<div class="flex p-4 border-b-2 border-b-grau2 ">
<div class="w-12">
<img class="p-2 bg-grau rounded-l-lg" src="../../assets/icons/lupe.png" alt="">
</div>
<input type="text" class="bg-grau rounded-r-lg focus:outline-none text-weiss" placeholder="Search...">
</div>
</template>
<style scoped>
</style>