fix(styles): turns h1 into link to dashboard, removes console.logs

This commit is contained in:
2025-07-06 13:22:23 -05:00
parent d2de374f57
commit 402d513147
4 changed files with 4 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
<header {{ attributes }} class="bg-cyan-950 z-40">
<div class="px-4 sm:px-6 lg:px-8">
<div class="h-16 flex flex-row items-center justify-between">
<a href="{{ path('app_index') }}" class="text-2xl text-orange-500 mr-4 md:hidden">T</a>
<twig:SearchBar />
<div class="md:flex md:items-center md:gap-12">
<nav aria-label="Global" class="md:block">