From 30e9e159e7467ae8ff5ba24095361133b4357d51 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 8 May 2024 21:40:27 -0500 Subject: [PATCH] chore: update empty dashboard table content --- app/Filament/Widgets/TopViews.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Filament/Widgets/TopViews.php b/app/Filament/Widgets/TopViews.php index ca883a6..edb72f5 100644 --- a/app/Filament/Widgets/TopViews.php +++ b/app/Filament/Widgets/TopViews.php @@ -78,8 +78,8 @@ public function table(Table $table): Table 'record' => $record->presentation, ]) ) - ->emptyStateHeading('No presentations found') - ->emptyStateDescription(null) + ->emptyStateHeading('None of your presentations were viewed during this time.') + ->emptyStateDescription('Stay Positive. Maybe that means it\'s time to create your next one!') ->emptyStateActions([ Action::make('create') ->label('New Presentation')