From af033b65624bbeec0518419540b7f2b5f055a92f Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 22:48:48 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/app-shell.tsx | 8 ++++---- src/components/justice-icon.tsx | 19 +++++++++++++++++++ src/routes/login.tsx | 9 +++++---- src/routes/pay.$id.tsx | 4 ++-- src/routes/setup.tsx | 5 +++-- 5 files changed, 33 insertions(+), 12 deletions(-) create mode 100644 src/components/justice-icon.tsx diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index 6477dac..e80f889 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -8,7 +8,6 @@ import { Receipt, ShieldCheck, LogOut, - Scale, LayoutDashboard, Calendar as CalendarIcon, CheckSquare, @@ -30,6 +29,7 @@ import { HeaderTimer } from "@/components/timer/header-timer"; import { QuickAddTime, QuickAddExpense } from "@/components/quick-add/quick-add"; import { DateCalculator } from "@/components/date-calculator"; import { NotificationBell } from "@/components/notifications/notification-bell"; +import { JusticeIcon } from "@/components/justice-icon"; interface NavItem { to: string; @@ -77,8 +77,8 @@ export function AppShell({ children }: { children: ReactNode }) { {/* Sidebar */}