From 4d60ac01759bf63ad44edee417dbd4984ccc1b26 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 16:03:10 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/timer/header-timer.tsx | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/components/timer/header-timer.tsx b/src/components/timer/header-timer.tsx index 7b0d4fb..0ae77fc 100644 --- a/src/components/timer/header-timer.tsx +++ b/src/components/timer/header-timer.tsx @@ -245,9 +245,20 @@ export function HeaderTimer() { - {feeItems.length > 0 && ( -
+
+
+ +
+ {feeItems.length > 0 ? ( -
- )} + ) : ( +

+ No saved items yet. Click "Add new item" to save one for reuse. +

+ )} +