From 6444d7afa738e05f73199b531cebe76c6a606ed6 Mon Sep 17 00:00:00 2001 From: nicoagostini Date: Fri, 9 May 2025 15:53:40 -0700 Subject: [PATCH] Progress bar background changed to black to avoid disappearing --- src/views/plans.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/plans.ejs b/src/views/plans.ejs index 5926a22..da1c0ef 100644 --- a/src/views/plans.ejs +++ b/src/views/plans.ejs @@ -10,7 +10,7 @@ <% plans.forEach(plan => { %>
<%= plan.name %>
-
+

<%= plan.description %>