From 85935c1bbb383e88ace3c49347b1219ebef613b4 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Mon, 26 Jan 2026 01:17:59 -0800 Subject: [PATCH] Update HistoryTable component to improve user feedback for empty history state - Modified the message displayed when there are no voice generations to be more concise and user-friendly. - Adjusted the styling of the empty state message for better visual appeal. --- app/src/components/History/HistoryTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/components/History/HistoryTable.tsx b/app/src/components/History/HistoryTable.tsx index 4e5e42d5..ed2ae6b4 100644 --- a/app/src/components/History/HistoryTable.tsx +++ b/app/src/components/History/HistoryTable.tsx @@ -165,8 +165,8 @@ export function HistoryTable() { */} {history.length === 0 ? ( -
- No generation history yet. Generate your first audio to see it here. +
+ No voice generations, yet...
) : ( <>