From a6301428663785ffcfc34aab48f2a72390df16ca Mon Sep 17 00:00:00 2001 From: Kris Forbes Date: Sun, 11 Jan 2026 20:29:19 -0500 Subject: [PATCH] style(frontend): change delete button to icon and rename actions column --- frontend/src/components/TimeEntry/TimeList.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/TimeEntry/TimeList.jsx b/frontend/src/components/TimeEntry/TimeList.jsx index c95d5f8..b6aaa4f 100644 --- a/frontend/src/components/TimeEntry/TimeList.jsx +++ b/frontend/src/components/TimeEntry/TimeList.jsx @@ -77,9 +77,10 @@ const TimeList = ({ entries, onEntryDeleted }) => { {/* For now, just render button. */}