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')