From f6877a4306636d93ca3786af9650e4e5e2c96b9d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:38:15 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/documents.index.tsx | 4 ++-- src/routes/index.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/routes/documents.index.tsx b/src/routes/documents.index.tsx index 70a64f1..09773b0 100644 --- a/src/routes/documents.index.tsx +++ b/src/routes/documents.index.tsx @@ -49,7 +49,7 @@ function PleadingsIndex() { description="Create Florida pleadings and reuse saved pleadings as templates." actions={ @@ -57,7 +57,7 @@ function PleadingsIndex() { />
- +
diff --git a/src/routes/index.tsx b/src/routes/index.tsx index f4542f1..786a2f3 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -187,7 +187,7 @@ function Dashboard() { {recentPayments.length === 0 &&

No payment requests yet.

} {recentPayments.map((p) => ( -
{p.recipient_name}
@@ -230,15 +230,15 @@ function Dashboard() {
- +
Due today
{myTasks.dueToday}
- +
Overdue
{myTasks.overdue}
- +
Incomplete
{myTasks.incomplete}