From d0db8c55b3f28771011ec72402977ab068451891 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Apr 2026 19:28:33 -0500 Subject: [PATCH] Tighten Home calendar/todo split to 80/20 --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index fc9a912..0f9325d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -102,12 +102,12 @@ function DashboardContent() { return (
{config.calendar && ( -
+
)} {config.todoList && ( -
+
)}