Refactored navbar and added error page
This commit is contained in:
3
view/component/nav/navbar_templ.txt
Normal file
3
view/component/nav/navbar_templ.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
<div x-data=\"{ open: false }\"><header class=\"bg-crust\"><div class=\"mx-auto flex h-16 max-w-screen-xl items-center gap-8\n px-4 sm:px-6 lg:px-8\"><a class=\"block\" href=\"#\"><!-- logo here --><span class=\"text-3xl font-bold transition hover:text-green\"><span class=\"hidden sm:inline\">Project</span> Reshoot</span></a><div class=\"flex flex-1 items-center justify-end sm:justify-between\">
|
||||
</div></div></header>
|
||||
</div>
|
||||
Reference in New Issue
Block a user