Plan detail page finished with mock data

This commit is contained in:
nicoagostini committed 2025-05-06 18:36:25 -07:00
1 parent d67718733d
commit 173c0b63c4
10 files changed
+128 -16

No files matched your search

+3 -2
View File
@@ -2,14 +2,15 @@
<%- 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>
<button class="cursor-pointer min-w-[150px] bg-green-600 px-4 py-2 text-white rounded hover:bg-green-800" type="button">
<a href="/newPlan" class="cursor-pointer min-w-[150px] bg-green-600 px-4 py-2 text-white rounded hover:bg-green-800" type="button">
Create new plan
</button>
</a>
</div>
<!--This is the cards for plans and other things-->
<div class="mt-12">