feature/ calculations done, being displayed dynamically in the plan card

This commit is contained in:
nicoagostini committed 2025-05-16 19:36:17 -07:00
1 parent 53e72e2a19
commit 69624f859c
5 files changed
+109 -21

No files matched your search

-1
View File
@@ -2,7 +2,6 @@
<%- include("./partials/header") %>
<main class="container mx-auto p-4 pt-28">
<h2 class="text-xl text-white font-semibold mb-4">Welcome: <%= user.name %></h2>
<div class="max-w-md mx-auto bg-white p-8 mb-10 rounded-lg shadow-md space-y-4">
<h3 class="text-lg font-medium mb-6">My Retirement Plans</h3>
<a href="/newPlan" class="block max-w-sm p-2"><div class="text-center bg-blue-600 text-white py-1 w-full rounded-md hover:bg-blue-700 hover:text-white font-semibold">New Plan</div></a>