fix/fixed problem when routing to dashboard

This commit is contained in:
Joaquin committed 2025-05-07 17:11:58 -07:00
1 parent 605c7b3734
commit cec777d1bf
3 files changed
+3 -4

No files matched your search

-1
View File
@@ -2,7 +2,6 @@
<%- include("./partials/header") %>
<main>
<h2 class="text-xl text-white font-semibold mb-4">Welcome: <%= user.name %></h2>
<!-- Buttons -->
<div class="flex justify-end gap-4 px-5 py-6">
<button class="cursor-pointer min-w-[150px] bg-green-600 px-4 py-2 text-white rounded hover:bg-green-800" type="button">Add Asset</button>